object HttpServletRequestExtensions
Provides extension methods for the HttpServletRequest class
fun HttpServletRequest.getApplicationPath(): String |
|
fun getAuthorizationHeader(request: HttpServletRequest): Optional<String> |
|
fun getBody(request: HttpServletRequest): String |
|
fun HttpServletRequest.getJwtToken(): Optional<String> |
|
fun getPath(request: HttpServletRequest): String |
|
fun HttpServletRequest.getRequestBody(): String |