CrowdHailer / raxx

Interface for HTTP webservers, frameworks and clients
https://hexdocs.pm/raxx
Apache License 2.0
401 stars 29 forks source link

Move path parsing to middleware #103

Closed varnerac closed 6 years ago

varnerac commented 6 years ago

Moves path parsing to middleware, Raxx.ParsePath. Not calling the middleware will return the path as a raw string rather than list of tokens.

varnerac commented 6 years ago

Closing. Using https://github.com/CrowdHailer/raxx/pull/106 instead