http
http
Constructors
A map of HTTP headers with field names normalized to canonical form,
where the first letter and letters following hyphens are capitalized.
where the first letter and letters following hyphens are capitalized.
(method http.req_method, target String, version_major i32, version_minor i32, header_fields container.Map String String, body io.Read_Handler):Message is¶
(method http.req_method, target String, version_major i32, version_minor i32, header_fields container.Map String String, body io.Read_Handler)
:
Message is
¶HTTP request message
(req option http.this.request_msg, version_major i32, version_minor i32, status_code i32, reason_phrase String, header_fields container.Map String String, body io.Read_Handler):Message is¶
(req option http.this.request_msg, version_major i32, version_minor i32, status_code i32, reason_phrase String, header_fields container.Map String String, body io.Read_Handler)
:
Message is
¶HTTP response message
Functions
read a HTTP response message
read a HTTP response message
read a HTTP response message
Choice Types
0.095dev (2025-08-15 12:02:22 GIT hash 301b5b75e77076d091b38f555473f9f0e31e5b5c built by fridi@fzen)
* HTTP/1.1 https://datatracker.ietf.org/doc/html/rfc9112
* HTTP Semantics https://datatracker.ietf.org/doc/html/rfc9110
* HTTP Caching https://datatracker.ietf.org/doc/html/rfc9111