|
Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>#include <stdlib.h>#include <http.h>#include <string.h>Functions | |
| int | httpReadHdrs (struct http *webptr) |
Variables | |
| char * | allowed_hdr [] = { "Content-Length: ", "Content-Type: " } |
| int httpReadHdrs | ( | struct http * | webptr | ) |
Decipher the headers of an HTTP request, extracting values as needed.
| webptr | pointer to the HTTP device |
1.8.5