logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

silent-header - (web)

Description

silent-header will suppress the output of HTTP headers, such as with out-header, or in any other case where headers are output. The effect applies to current request only; if you use it conditionally, then you can have it on or off dynamically. If you want to suppress the headers for all servicehandlers (as if silent-header were implied at the beginning of each), then for a command-line program, use "--silent-header" option in "gg -r" when running it; to suppress the headers in services, use "-z" option in mgrg. silent-header must be used prior to outputting headers, meaning either prior to any output (if out-header is not used) or prior to first out-header. There are many uses for silent-header, among them: • A command-line program (such as a command line program) may use it to produce generic output, without any headers, • the output from a program may be redirected to a web file (such as html), in case of dynamic content that rarely changes, • a web program may output a completely different (non-HTTP) set of headers, etc.

Examples

silent-header // No headers output

Name

silent-header - (web)

Purpose

Do not output HTTP headers.

See Also

Web call-webout-headersend-filesilent-header See all documentation $DATE $VERSION GOLF(2gg)

Syntax

silent-header

See Also