зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
11 строки
419 B
Plaintext
11 строки
419 B
Plaintext
https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/bind/annotation/RequestHeader.html
|
|
|
|
2019
|
|
https://www.baeldung.com/spring-rest-http-headers
|
|
|
|
samples
|
|
@RequestHeader HttpHeaders
|
|
@RequestHeader Map<String, String> headers,
|
|
@RequestHeader(value = "optional-header", required = false) String optionalHeader)
|
|
@RequestHeader(value = "optional-header", defaultValue = "3600") int optionalHeader)
|