|
glitchedhttps
|
Struct containing an HTTP request's parameters and headers. More...
#include <stddef.h>#include <string.h>#include "glitchedhttps_api.h"#include "glitchedhttps_method.h"

Go to the source code of this file.
Classes | |
| struct | glitchedhttps_request |
| Struct containing an HTTP request's parameters and headers. More... | |
Functions | |
| static void | glitchedhttps_request_init (struct glitchedhttps_request *request) |
Struct containing an HTTP request's parameters and headers.
|
inlinestatic |
Initializes a glitchedhttps_request instance by setting its fields to their default value of zero/NULL.
| request | The glitchedhttps_request to initialize. |