MediaProcessors
|
Processors (PROCS) module HTTP API adaptation layer. More...
#include <sys/types.h>
Go to the source code of this file.
Typedefs | |
typedef struct procs_ctx_s | procs_ctx_t |
Functions | |
int | procs_api_http_req_handler (procs_ctx_t *procs_ctx, const char *url, const char *query_string, const char *request_method, char *content, size_t content_len, char **ref_str_response) |
Processors (PROCS) module HTTP API adaptation layer.
Definition in file procs_api_http.h.
int procs_api_http_req_handler | ( | procs_ctx_t * | procs_ctx, |
const char * | url, | ||
const char * | query_string, | ||
const char * | request_method, | ||
char * | content, | ||
size_t | content_len, | ||
char ** | ref_str_response | ||
) |
HTTP-API request handler function.
procs_ctx | |
url | |
query_string | |
request_method | |
content | |
content_len | |
ref_str_response | Reference to the pointer to a character string returning the representational state associated with this request. |
Definition at line 82 of file procs_api_http.c.