forked from gorilla/handlers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved the package godoc into a separate doc.go file. Expanded on it.
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
Package handlers is a collection of handlers (aka "HTTP middleware") for use | ||
with Go's net/http package (or any framework supporting http.Handler). | ||
The package includes handlers for logging in standardised formats, compressing | ||
HTTP responses, validating content types and other useful tools for manipulating | ||
requests and responses. | ||
*/ | ||
package handlers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters