Network Component  Version 6.7.7
MDK-Professional Middleware for IP Networking
HTTP_Server_CGI.c File Reference
#include <stdio.h>
#include <string.h>
#include "rl_net.h"

Functions

void cgi_process_query (const char *qstr)
 [code_HTTP_Server_CGI] More...
 
void cgi_process_data (uint8_t code, const char *data, uint32_t len)
 Process data received by POST request. More...
 
uint32_t cgi_script (const char *env, char *buf, uint32_t buflen, uint32_t *pcgi)
 Generate dynamic web data from a script line. More...
 
const char * cgx_content_type (void)
 Override default Content-Type for CGX script files. More...
 
const char * http_encoding (void)
 Override default character encoding in html documents. More...