#include "tool_setup.h"
#include "strcase.h"
#include "curlx.h"
#include "tool_cfgable.h"
#include "tool_msgs.h"
#include "tool_getparam.h"
#include "tool_helpers.h"
#include "memdebug.h"
Go to the source code of this file.
Defines | |
#define | ENABLE_CURLX_PRINTF |
Functions | |
void | customrequest_helper (struct OperationConfig *config, HttpReq req, char *method) |
const char * | param2text (int res) |
int | SetHTTPrequest (struct OperationConfig *config, HttpReq req, HttpReq *store) |
#define ENABLE_CURLX_PRINTF |
Definition at line 26 of file tool_helpers.c.
void customrequest_helper | ( | struct OperationConfig * | config, |
HttpReq | req, | ||
char * | method | ||
) |
Definition at line 93 of file tool_helpers.c.
const char* param2text | ( | int | res | ) |
Definition at line 41 of file tool_helpers.c.
int SetHTTPrequest | ( | struct OperationConfig * | config, |
HttpReq | req, | ||
HttpReq * | store | ||
) |
Definition at line 70 of file tool_helpers.c.