NollyAPI
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
NollyAPI
NollyAPI
/
com.thenolle.api.nollyapi.util.web.context
/
WebContext
/
header
header
fun
header
(
key
:
String
)
:
String
?
Retrieves a header from the request by key.
Return
The header value or null if not found.
Parameters
key
The header key.