user-id and password, parsed from the 'Basic' HTTP Authentication Scheme
credentials.401 (Unauthorized) or
407 (Proxy Authentication Required) response.StreamingHttpServiceFilter, which filters HTTP requests using
RFC7617: The 'Basic' HTTP Authentication Scheme.StreamingHttpServiceFilter, which filters HTTP requests using RFC7617: The 'Basic' HTTP Authentication Scheme.user-id and password, parsed from the 'Basic' HTTP Authentication Scheme credentials.StreamingHttpServiceFilter, which filters HTTP requests using RFC7617: The 'Basic' HTTP Authentication Scheme.HttpLifecycleObservers into a single HttpLifecycleObserver.HttpLifecycleObservers into a single HttpLifecycleObserver.ConnectionContext and HttpRequestMetaData.ConnectionContext and HttpRequestMetaData.ConnectionContext and HttpRequestMetaData.ConnectionContext and HttpRequestMetaData.HttpRequestMetaData.HttpLifecycleObservers./ as path, and no query nor fragment.EnforceSequentialModeRequesterFilter.HttpLifecycleObserver.3XX status code in the response.HttpRequestMetaData.requestTarget() for each incoming request.HttpRequestMetaData.requestTarget() for each outgoing request.HttpRequestMetaData.requestTarget() for each incoming request.UTF-8 charset when it generates
user-id:password pair.TimeoutFromRequest use variants that accept
BiFunction<HttpRequestMetaData, TimeSource, Duration>.
E.g.:
TimeoutHttpRequesterFilter(BiFunction, boolean),
TimeoutHttpServiceFilter(BiFunction, boolean) for filters.TimeoutFromRequest use variants that accept
BiFunction<HttpRequestMetaData, TimeSource, Duration>.
E.g.:
TimeoutHttpRequesterFilter(BiFunction, boolean),
TimeoutHttpServiceFilter(BiFunction, boolean) for filters.
Note that passed BiFunction should never block.key to store a user info object of authenticated user in AsyncContext.key to store a user info object of authenticated user in
request context.