TrinityCore
|
#include "httppost.h"
Functions | |
static int | http_post_init (struct soap *soap, struct http_post_data *data, struct http_post_handlers *handlers) |
static void | http_post_delete (struct soap *soap, struct soap_plugin *p) |
static int | http_post_parse_header (struct soap *soap, const char *, const char *) |
static http_handler_t | http_lookup_handler (struct soap *soap, const char *type, struct http_post_data *data) |
static int | http_fput (struct soap *soap) |
static int | http_fdel (struct soap *soap) |
int | http_post (struct soap *soap, struct soap_plugin *p, void *arg) |
int | soap_post_connect (struct soap *soap, const char *endpoint, const char *action, const char *type) |
int | soap_put_connect (struct soap *soap, const char *endpoint, const char *action, const char *type) |
int | soap_delete_connect (struct soap *soap, const char *endpoint, const char *action, const char *type) |
int | soap_http_body (struct soap *soap, char **buf, size_t *len) |
Variables | |
const char | http_post_id [14] = HTTP_POST_ID |
|
static |
|
static |
|
static |
int http_post | ( | struct soap * | soap, |
struct soap_plugin * | p, | ||
void * | arg | ||
) |
|
static |
|
static |
int soap_delete_connect | ( | struct soap * | soap, |
const char * | endpoint, | ||
const char * | action, | ||
const char * | type | ||
) |
int soap_http_body | ( | struct soap * | soap, |
char ** | buf, | ||
size_t * | len | ||
) |
int soap_post_connect | ( | struct soap * | soap, |
const char * | endpoint, | ||
const char * | action, | ||
const char * | type | ||
) |
int soap_put_connect | ( | struct soap * | soap, |
const char * | endpoint, | ||
const char * | action, | ||
const char * | type | ||
) |
const char http_post_id[14] = HTTP_POST_ID |