Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <http.h>
Functions | |
int | httpReadRqst (device *devptr) |
int httpReadRqst | ( | device * | devptr | ) |
Read an entire HTTP request into the HTTP read input buffer.
webptr | pointer to the HTTP device |