Closed ityonemo closed 1 year ago
this PR adds an except option to Plug.Parsers that lets you selectively ignore path prefixes for the particular parser, useful if you have a plug that will do special-cased parsing.
except
Hi @ityonemo! This shouldn't be a responsibility of individual plugs, but rather done in the pipeline. I have pushed an example to the docs, thanks!
this PR adds an
except
option to Plug.Parsers that lets you selectively ignore path prefixes for the particular parser, useful if you have a plug that will do special-cased parsing.