pazpar2  1.14.1
Data Fields
http_response Struct Reference

#include <http.h>

Data Fields

char code [4]
 
char * msg
 
struct http_channelchannel
 
struct http_headerheaders
 
char * payload
 
char * content_type
 

Detailed Description

Definition at line 95 of file http.h.

Field Documentation

◆ channel

struct http_channel* http_response::channel

Definition at line 99 of file http.h.

Referenced by error2(), http_addheader(), and http_create_response().

◆ code

char http_response::code[4]

◆ content_type

char* http_response::content_type

◆ headers

struct http_header* http_response::headers

◆ msg

char* http_response::msg

Definition at line 98 of file http.h.

Referenced by error2(), http_create_response(), http_error(), and http_serialize_response().

◆ payload

char* http_response::payload

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