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]
[Module http]
HTTP request message

Fields

method
 http.request_method
[Module http]
the HTTP request method
target
 String
[Module http]
the target of the request
version_major
 i32
[Module http]
the major version
version_minor
 i32
[Module http]
the minor version
header
 container.Map String String
[Redefinition of  http.Message.header]
[Module http]
the header fields
body
 io.Read_Handler
[Redefinition of  http.Message.body]
[Module http]
body of the request

redefines:

Functions

 => 
String
[Inherited from  Message]
[Module http]
NYI: BUG: can only be called once
get the body of the message as a String
0.095dev (2026-02-20 12:42:29 GIT hash dbcc3e4b3d2a59f66230b482cff8f0b018178d77 built by fridi@fzen)
last changed: 2026-02-20