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

request_message

http.request_message

:
Message
 is
[Private constructor]
HTTP request message

Fields

the HTTP request method
the target of the request
version_major
 i64
the major version
version_minor
 i64
the minor version
the header fields
body of the request

redefines:

Functions

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

redefines:

(max_body_bytes i64)
 => 
outcome String
[Inherited from  Message]
String representation of the whole message, i.e. header and body
get the body of the message as a String
(max_body_bytes i64)
 => 
Sequence u8
[Inherited from  Message]
the whole message as a sequence of bytes
request line of the message
Comment of http.Message.start_linethe start line of the message, for requests it is the request line, for responses the status line

Type Features

(method http.request_method, target String, version_major i64, version_minor i64, header Sequence (tuple String String))
 => 
http.request_message
request with an empty body
0.099dev (GIT hash 02118e9cbed77f3897084a4a507da3f11ac8881e)
last changed: 2026-09-02