MCPcopy
hub / github.com/caddyserver/caddy / chunked

Function chunked

modules/caddyhttp/reverseproxy/fastcgi/client.go:381–381  ·  view source on GitHub ↗

Checks whether chunked is part of the encodings stack

(te []string)

Source from the content-addressed store, hash-verified

379
380// Checks whether chunked is part of the encodings stack
381func chunked(te []string) bool { return len(te) > 0 && te[0] == "chunked" }

Callers 1

RequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected