Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Oct 15, 2020
1 parent 1e3c507 commit c32d426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The missing functionality from `net/http`

httpaux augments golang's `net/http` package with a few extra goodies:

- `RoundTripperFunc` type that implements http.RoundTripper. This is an analog to http.HandlerFunc for clients.
- `RoundTripperFunc` that implements http.RoundTripper. This is an analog to http.HandlerFunc for clients.
- `Busy` server middleware that constrains the number of concurrent requests by consulting a `Limiter` strategy
- `ObservableWriter` which decorates the typical `http.ResponseWriter`, providing visibility into what handlers have written to the response. This type is intended to enable other middleware such as logging and metrics.
- `Gate` middleware for both servers and clients which can explicity shut off code. One typical use case for this is putting an application into maintenance mode.
Expand Down

0 comments on commit c32d426

Please sign in to comment.