Ns_ParseRequest
Overview
Parse an HTTP request line into an Ns_Request
Syntax
Ns_Request *Ns_ParseRequest(
char *requestLine
);
Description
The Ns_ParseRequest function takes an HTTP request line and returns a newly allocated Ns_Request structure. You must eventually call Ns_FreeRequest to free the memory used by the Ns_Request structure and its members.
Top of Page
Copyright © 1996 America Online, Inc.