A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
P
- parseContentType(String) - function in com.hexagonkt.http.HttpKt
- parseQueryString(String) - function in com.hexagonkt.http.HttpKt
- Parse query string such as
paramA=valueA¶mB=valueBinto a map of several key-value pairs separated by '&' where key is the param name before '=' as String and value is the string after '=' as a list of String (as a query parameter may have many values). - PARTIAL_CONTENT - enum entry in com.hexagonkt.http.model.SuccessStatus
- partsMap() - function in com.hexagonkt.http.model.HttpRequest
- PATCH - enum entry in com.hexagonkt.http.model.HttpMethod
HTTP PATCH method.
- PathPattern - class in com.hexagonkt.http.patterns
- PathPatternsKt - class in com.hexagonkt.http.patterns
- PAYMENT_REQUIRED - enum entry in com.hexagonkt.http.model.ClientErrorStatus
- PERMANENT_REDIRECT - enum entry in com.hexagonkt.http.model.RedirectionStatus
- POST - enum entry in com.hexagonkt.http.model.HttpMethod
HTTP POST method.
- PRECONDITION_FAILED - enum entry in com.hexagonkt.http.model.ClientErrorStatus
- PRECONDITION_REQUIRED - enum entry in com.hexagonkt.http.model.ClientErrorStatus
- PROCESSING - enum entry in com.hexagonkt.http.model.InformationStatus
- PROXY_AUTHENTICATION_REQUIRED - enum entry in com.hexagonkt.http.model.ClientErrorStatus
- PUT - enum entry in com.hexagonkt.http.model.HttpMethod
HTTP PUT method.