Skip to content

Commit

Permalink
Merge pull request #20 from jtrw/develop
Browse files Browse the repository at this point in the history
Add ping middleware for simple 200 OK response
  • Loading branch information
nilBora committed Apr 15, 2024
2 parents a461762 + 3a88120 commit faa5ae8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Middleware for REST API
7. RealIP
8. SizeLimit

## Usage

### Ping middleware

Ping middleware is a simple middleware that returns a 200 OK response.

### Authentication via header

Authentication is a middleware that checks for a header with a given name and value.
Expand Down

0 comments on commit faa5ae8

Please sign in to comment.