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

response_message

http.response_message

:
Message
 is
[Private constructor]
[Module http]
HTTP response message

Fields

NYI: CLEANUP: remove this arg?
the request message for which this response was generated
version_major
 i32
[Module http]
the major version
version_minor
 i32
[Module http]
the minor version
status_code
 i32
[Module http]
the status code of the response
reason_phrase
 String
[Module http]
the reason-phrase of the response
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]
the body of the response

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 (GIT hash 09dff08de289bbb6f7136c7e2f8c66dcc1856bba)
last changed: 2026-04-16