Replies: 1 comment 4 replies
-
We did try to abstract things away in v1 and the implementation was very leaky. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it make sense in Patron's http router component to include a function for returning the route variable values for a request?
Currently, developers should rely on the internal http framework used by Patron, i.e.
httprouter
, in order to fetch them. It would be a nice addition if this could be done directly through Patron.This way also, if for example the internal http framework were to be replaced, developers would only just update Patron.
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions