Skip to main content

Name

sess:request_delete_header — Delete a header from an HTTP session

Synopsis

require('msys.httpclnt');

sess:request__delete_header(header);

header: string

Description

Delete a header from an HTTP session. header is the key that you wish to delete. You must call sess:request_finalize after invoking this function. Use this function in the http_request_eval callout.

On success this function returns 1 and on failure 0.

See Also

Was this page helpful?