![]() |
TrinityCore
|
#include "stdsoap2.h"
Include dependency graph for httppost.h:
This graph shows which files directly or indirectly include this file: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 * | |||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| int soap_delete_connect | ( | struct soap * | , |
| const char * | endpoint, | ||
| const char * | action, | ||
| const char * | type | ||
| ) |
Here is the call graph for this function:| int soap_http_body | ( | struct soap * | , |
| char ** | buf, | ||
| size_t * | len | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| int soap_post_connect | ( | struct soap * | , |
| const char * | endpoint, | ||
| const char * | action, | ||
| const char * | type | ||
| ) |
Here is the call graph for this function:| int soap_put_connect | ( | struct soap * | , |
| const char * | endpoint, | ||
| const char * | action, | ||
| const char * | type | ||
| ) |
Here is the call graph for this function:| const char http_post_id[] |
1.8.8