Skip to content

Commit

Permalink
RFC: Route Overlapping (#9)
Browse files Browse the repository at this point in the history
* Init RFC

* Allowing overlapping named parameter

* Allowing overlapping catch all parameter

* Introducing the context interface

* Allow to apply middleware to NotFound & MethodNotAllowed handler

* Add default function for NotFound and MethodNotAllowed handler

* Fix, optimization and doc improvement

* Fix README.md

* Align HTTPError struct

* Don't copy the request when cloning a context. This should be safe even in concurrent usage
  • Loading branch information
tigerwill90 authored Apr 9, 2023
1 parent 92ba374 commit eb63fff
Show file tree
Hide file tree
Showing 22 changed files with 2,466 additions and 1,232 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2022 Sylvain Müller

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit eb63fff

Please sign in to comment.