You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `http-config` module provides HTTP configuration parameters that describe the HTTP semantic, and therefore do not depend on a specific HTTP protocol version.
321
321
322
+
This module creates an instance of `HttpConfiguration` for clear-text HTTP.
323
+
For secure HTTP, the `ssl` module creates a copy of this `HttpConfiguration`.
0 commit comments