[ Version ( since = "0.3" ) ]
public abstract bool parse_authorization_header (string authorization_header, out Authorization? authorization)
Check and extract the fields from an 'Authorization' header.
authorization_header |
'Authorization' header value |
authorization |
extracted VSGI.Authorization object containing the fields from the header |
'true' on success, otherwise 'false' and 'authorization' is set to 'null' |