Skip to content

Commit b72c6fc

Browse files
author
Jamie Tanna
committed
rew! docs: update package documentation
1 parent 9f6df58 commit b72c6fc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

oapi_validate.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Package middleware implements middleware function for net/http compatible router
2-
// which validates incoming HTTP requests to make sure that they conform to the given OAPI 3.0 specification.
3-
// When OAPI validation fails on the request, we return an HTTP/400.
1+
// Provide HTTP middleware functionality, for a `net/http` compatible router, to validate that incoming requests conform to a given OpenAPI 3.x specification.
42
package nethttpmiddleware
53

64
import (

0 commit comments

Comments
 (0)