mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-19 13:42:15 +01:00
godoc for http package + improving godoc for config and handlers packages
This commit is contained in:
@@ -21,8 +21,6 @@ func GetHandlersChain() http.Handler {
|
||||
return alice.New(enforceContentLengthHandler, enforceContentTypeHandler, convertHandler, serveHandler).ThenFunc(clearHandler)
|
||||
}
|
||||
|
||||
// requestHasNoContentError is raised when the request
|
||||
// content length is 0.
|
||||
type requestHasNoContentError struct{}
|
||||
|
||||
func (e *requestHasNoContentError) Error() string {
|
||||
|
||||
Reference in New Issue
Block a user