Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
httpReadRqst.c File Reference
#include <stddef.h>
#include <http.h>

Functions

int httpReadRqst (device *devptr)
 

Function Documentation

int httpReadRqst ( device *  devptr)

Read an entire HTTP request into the HTTP read input buffer.

Parameters
webptrpointer to the HTTP device
Returns
number of headers if request is read in, otherwise SYSERR