Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaliumhexacyanoferrat authored Nov 18, 2024
1 parent 8cba0c1 commit d37ecc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ On.Post().Run((Stream body) => body.Length);

## Advanced Usage

You may use any handler provided by the underlying [GenHTTP framework](https://genhttp.org/documentation/content/).

```csharp
// directly access request and response
On.Get().Run((IRequest request) => request.Respond().Status(ResponseStatus.BadRequest));
Expand Down

0 comments on commit d37ecc9

Please sign in to comment.