2019-12-08 05:42:40 -05:00
|
|
|
## Spring REST HTTP
|
|
|
|
|
2022-01-10 03:57:45 -05:00
|
|
|
This module contains articles about HTTP in REST APIs with Spring.
|
2019-12-08 05:42:40 -05:00
|
|
|
|
|
|
|
### The Course
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
2022-03-22 23:03:59 -04:00
|
|
|
- [How to Set a Header on a Response with Spring 5](https://www.baeldung.com/spring-response-header)
|
2019-12-08 05:42:40 -05:00
|
|
|
- [Returning Custom Status Codes from Spring Controllers](https://www.baeldung.com/spring-mvc-controller-custom-http-status-code)
|
2020-01-22 00:14:49 -05:00
|
|
|
- [Spring RequestMapping](https://www.baeldung.com/spring-requestmapping)
|
|
|
|
- [Guide to DeferredResult in Spring](https://www.baeldung.com/spring-deferred-result)
|
2020-03-18 00:39:29 -04:00
|
|
|
- [Using JSON Patch in Spring REST APIs](https://www.baeldung.com/spring-rest-json-patch)
|
2020-07-07 07:18:10 -04:00
|
|
|
- [OpenAPI JSON Objects as Query Parameters](https://www.baeldung.com/openapi-json-query-parameters)
|
2020-09-16 11:44:29 -04:00
|
|
|
- [Dates in OpenAPI Files](https://www.baeldung.com/openapi-dates)
|
2022-01-10 03:57:45 -05:00
|
|
|
- More articles: [[next -->]](../spring-rest-http-2)
|