Ns_Request *Ns_ParseRequest( char *requestLine );
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.