Skip to content

jiahu/dotnetcore.LZ4CompressionProvider

Repository files navigation

dotnetcore.LZ4CompressionProvider

Custom lz4 Compressed Web API Response. Accept-Encoding: lz4

Here is the request/response logs via Insomnia

GET /api/values HTTP/1.1
Host: localhost:12358
User-Agent: insomnia/6.3.2
Accept-Encoding: lz4
Accept: /
< HTTP/1.1 200 OK
< Date: Fri, 25 Jan 2019 11:50:33 GMT
< Content-Type: application/json; charset=utf-8
< Server: Kestrel
< Transfer-Encoding: chunked
< Content-Encoding: lz4
< Vary: Accept-Encoding
< Author: Ben
Received 9 B chunk
Received 8 B chunk
Received 72 B chunk
Received 5 B chunk
Connection #5 to host localhost left intact

About

Custom lz4 Compressed Web API Response. Accept-Encoding: lz4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published