Uses of Class
com.bobocode.bring.web.servlet.http.HttpHeaders
Packages that use HttpHeaders
-
Uses of HttpHeaders in com.bobocode.bring.web.servlet.http
Fields in com.bobocode.bring.web.servlet.http declared as HttpHeadersMethods in com.bobocode.bring.web.servlet.http that return HttpHeadersModifier and TypeMethodDescriptionResponseEntity.getHeaders()Gets the headers included in the response.Constructors in com.bobocode.bring.web.servlet.http with parameters of type HttpHeadersModifierConstructorDescriptionResponseEntity(HttpHeaders headers, HttpStatus httpStatus) Constructs a new ResponseEntity with the given headers and HTTP status.ResponseEntity(T body, HttpHeaders headers, HttpStatus httpStatus) Constructs a new ResponseEntity with the given body, headers, and HTTP status.