Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Jun 3, 2021
1 parent 908b3c9 commit a981a62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gzhttp/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Gzip Handler
============

This is a tiny Go package which wraps HTTP server handlers to transparently gzip the
This Go package which wraps HTTP server handlers to transparently gzip the
response body, for clients which support it.

For HTTP clients we provide a transport wrapper that will do gzip decompression
faster than what the standard library offers.
faster than what the standard library offers.

Both the client and server wrappers are fully compatible with other servers and clients.

This package is forked from the dead [nytimes/gziphandler](https://github.com/nytimes/gziphandler)
and extends functionality for it.
Expand Down

0 comments on commit a981a62

Please sign in to comment.