TrinityCore
|
#include "stdsoap2.h"
Go to the source code of this file.
Classes | |
struct | http_post_handlers |
struct | http_post_data |
Macros | |
#define | HTTP_POST_ID "HTTP-POST-1.1" /* plugin identification */ |
Typedefs | |
typedef int(* | http_handler_t )(struct soap *) |
Functions | |
int | http_post (struct soap *, struct soap_plugin *, void *) |
int | soap_post_connect (struct soap *, const char *endpoint, const char *action, const char *type) |
int | soap_put_connect (struct soap *, const char *endpoint, const char *action, const char *type) |
int | soap_delete_connect (struct soap *, const char *endpoint, const char *action, const char *type) |
int | soap_http_body (struct soap *, char **buf, size_t *len) |
Variables | |
const char | http_post_id [] |
#define HTTP_POST_ID "HTTP-POST-1.1" /* plugin identification */ |
typedef int(* http_handler_t)(struct soap *) |
int http_post | ( | struct soap * | , |
struct soap_plugin * | , | ||
void * | |||
) |
int soap_delete_connect | ( | struct soap * | , |
const char * | endpoint, | ||
const char * | action, | ||
const char * | type | ||
) |
int soap_http_body | ( | struct soap * | , |
char ** | buf, | ||
size_t * | len | ||
) |
int soap_post_connect | ( | struct soap * | , |
const char * | endpoint, | ||
const char * | action, | ||
const char * | type | ||
) |
int soap_put_connect | ( | struct soap * | , |
const char * | endpoint, | ||
const char * | action, | ||
const char * | type | ||
) |
const char http_post_id[] |