JAVA-10377 Moved code for spring-response-header article to spring-rest-http

This commit is contained in:
Dhawal Kapil
2022-03-23 08:33:59 +05:30
parent 0776871206
commit ec6ff84766
7 changed files with 3 additions and 5 deletions
@@ -7,7 +7,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
### Relevant Articles:
- [How to Set a Header on a Response with Spring 5](https://www.baeldung.com/spring-response-header) - The tests contained for this article rely on the sample application within the [spring-resttemplate](/spring-resttemplate) module
- [How to Set a Header on a Response with Spring 5](https://www.baeldung.com/spring-response-header)
- [Returning Custom Status Codes from Spring Controllers](https://www.baeldung.com/spring-mvc-controller-custom-http-status-code)
- [Spring RequestMapping](https://www.baeldung.com/spring-requestmapping)
- [Guide to DeferredResult in Spring](https://www.baeldung.com/spring-deferred-result)