httpmessage  0.4.0
HTTP message parsing library
Public Member Functions | Public Attributes | List of all members
httpmessage_response Struct Reference

HTTP response message. More...

#include <message.h>

Inheritance diagram for httpmessage_response:
Inheritance graph
[legend]
Collaboration diagram for httpmessage_response:
Collaboration graph
[legend]

Public Member Functions

 HTTPMESSAGE_PAD64 (__padding, 4) httpmessage_stringview reason_phrase
 
- Public Member Functions inherited from httpmessage_message
 HTTPMESSAGE_PAD64 (__padding, 4) httpmessage_headerfield field_list
 

Public Attributes

httpmessage_message message
 
int status_code
 
- Public Attributes inherited from httpmessage_message
int type
 Message type. More...
 
int major_version
 
int minor_version
 
httpmessage_body body
 

Detailed Description

HTTP response message.

See also
https://datatracker.ietf.org/doc/html/rfc2616#section-6

Member Function Documentation

◆ HTTPMESSAGE_PAD64()

httpmessage_response::HTTPMESSAGE_PAD64 ( __padding  ,
 
)

HTTP response status text

Member Data Documentation

◆ message

httpmessage_message httpmessage_response::message

Message common data

◆ status_code

int httpmessage_response::status_code

HTTP response status


The documentation for this struct was generated from the following file: