parseAuthorizationHeader
fun parseAuthorizationHeader(
headerValue: String
): HttpAuthHeader?
Parses an authorization header headerValue into a HttpAuthHeader.
Exceptions
ParseException
- on invalid header
Return
HttpAuthHeader or null
if argument string is blank.