HTTP::HEADER_DEL 1g 2024-03-17 laplante@plcb.ca GOWEB/HTTP


author: laplante@plcb.ca date: 2024-03-17 title: “HTTP::HEADER_DEL Function” version: 1.0.0 section: 1g category: GOWEB/HTTP


Name

http::header_del — Remove a header http::headerDel — Remove a header

Synopsis

http::header_del(key [, error: variable, set: “server|client|both”])

Description

The http::header_del function removes a header by its key. It can be applied to client-side requests, server-side responses, or both, depending on the set parameter:

Examples

// Remove a custom header
header_del("X-Goweb");

Author

laplante@plcb.ca

See also

Version