Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

request_msg

http.request_msg

(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

Fields

the HTTP request method
the target of the request
version_major
 i32
the major version
version_minor
 i32
the minor version
body
 io.Read_Handler
[Redefinition of  http.Message.body]
body of the request
(
public redef body option (Sequence u8)) : Message

redefines:

Functions

 => 
String
[Inherited from  Message]
String representation of the message header

redefines:

NYI: can only be called once
String representation of the message header
 => 
Sequence u8
[Inherited from  Message]
NYI: can only be called once
the whole message as a sequence of bytes
request line of the message
0.095dev (2025-08-15 12:02:22 GIT hash 301b5b75e77076d091b38f555473f9f0e31e5b5c built by fridi@fzen)