fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Library Modules
•
terminal
•
http
•
request_message
»
Modules
base
clang
sodium
crypto
database
http
lock_free
mail
wolfssl
nom
sqlite
terminal
tokiwa
web
uuid
webserver
universe (module terminal)
└─
terminal
└─
raw
request_message
http
.
request_message
request_message
:
Message
is
[Private constructor]
[Module http]
¶
[src]
HTTP request message
Fields
method
http.request_method
[Module http]
¶
[src]
the HTTP request method
target
String
[Module http]
¶
[src]
the target of the request
version_major
i32
[Module http]
¶
[src]
the major version
version_minor
i32
[Module http]
¶
[src]
the minor version
header
container.Map String String
[Redefinition of
http.Message.header
]
[Module http]
¶
[src]
the header fields
redefines:
http.Message.header
body
io.Read_Handler
[Redefinition of
http.Message.body
]
[Module http]
¶
[src]
body of the request
redefines:
http.Message.body
Functions
body_as_string
=>
String
[Inherited from
Message
]
[Module http]
¶
[src]
get the body of the message as a String
0.095dev (GIT hash fe578dbae82d257bfb6d755e3b05abbf37247dbe)
last changed: 2026-05-12