|
void | replacetochar (char *str, char oldchar, char newchar) |
| replace the specified character in a string with new character More...
|
|
char | C2D (uint8 c) |
| CONVERT CHAR INTO HEX. More...
|
|
void | unescape_http_url (char *url) |
| convert escape characters(XX) to ascii charater More...
|
|
void | make_http_response_head (uint8 *buf, int8 type, uint32 len) |
| make reponse header such as html, gif, jpeg,etc. More...
|
|
void | find_http_uri_type (uint8 *type, char *buf) |
| find MIME type of a file More...
|
|
void | parse_http_request (st_http_request *request, char *buf) |
| parse http request from a peer More...
|
|
unsigned char * | get_http_param_value (char *uri, char *param_name) |
| get next parameter value in the request
|
|
functions associated http processing
- Version
- 1.0
- Date
- 2013/
- Revision
- 2013/ - 1.0 Release
- Author
- Copyright (C) 2013 WIZnet. All rights reserved.
Definition in file httpd.c.