Results for “Std.Compress.Gzip.GzipConfig”
6 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Compress.Gzip.GzipConfig
Configuration parameters for streaming GZIP compression and HTTP middleware.
- Std.Compress.Gzip.compress
&Bytes -> &Std.Compress.Gzip.GzipConfig -> BytesCompatibility convenience for callers treating compression failure as fatal.
- Std.Compress.Gzip.compressChecked
&Bytes -> &Std.Compress.Gzip.GzipConfig -> Result[Bytes, Std.Compress.Gzip.GzipError]Compress bytes using the configured zlib level; checked form exposes host failure.
- Std.Compress.Gzip.compressText
Str -> &Std.Compress.Gzip.GzipConfig -> BytesCompresses UTF-8 text into an RFC 1952 GZIP stream.
- Std.Compress.Gzip.config
Std.Compress.Gzip.GzipConfigConstructs a default GZIP compression configuration.
- Std.Compress.Gzip.middleware
&Std.Compress.Gzip.GzipConfig -> fn(Std.Http.Server.Route.Request, fn(Std.Http.Server.Route.Request) -> Std.Http.Response) -> Std.Http.ResponseCompress eligible public responses without changing binary payload bytes on the wire.
