HTTPServer Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
HTTPServer Function
C
void HTTPServer();
Description

Browses through each open connection and attempts to process any pending operations.

Preconditions

HTTPInit() must already be called.

Returns

None

Remarks

This function acts as a task (similar to one in an RTOS). It performs its task in a co-operative manner, and the main application must call this function repeatedly to ensure that all open or new connections are served in a timely fashion.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.