glitchedhttps
Public Attributes | List of all members
glitchedhttps_header Struct Reference

HTTP request (or response) header (for example: type="Authorization" ; value="Basic YWxhZGRpbjpvcGVuc2VzYW1l"). More...

#include <glitchedhttps_header.h>

Public Attributes

char * type
 
char * value
 

Detailed Description

HTTP request (or response) header (for example: type="Authorization" ; value="Basic YWxhZGRpbjpvcGVuc2VzYW1l").

Member Data Documentation

◆ type

char* glitchedhttps_header::type

The type of HTTP request header (its name without the ':' colon). E.g. "Authorization", "Server", etc...

This MUST be a NUL-terminated C-string!

◆ value

char* glitchedhttps_header::value

The header value (what comes after the ':' colon separator).

This MUST be a NUL-terminated C-string!


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