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
the body of the response

redefines:

Functions

 => 
String
[Inherited from  Message]
[Module http]
get the body of the message as a String
0.099dev (GIT hash 250922c42fb1dcef5ce7ce89820538f53498ca37)
last changed: 2026-08-14