Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

protocol_parse_request

Parses the first line of an HTTP request.

Syntax

#include <frame/protocol.h>
int protocol_parse_request(char *t, Request *rq, Session *sn);

Returns

Returns REQ_PROCEED if the operation succeeded, or REQ_ABORTED if the operation did not succeed.

Parameters

char *t defines a string of length REQ_MAX_LINE. This is an optimization for the internal code to reduce usage of runtime stack.

Request *rq is the request to be parsed.

Session *sn is the session that generated the request.

See Also

protocol_scan_headers, protocol_start_response, protocol_status