hack-router icon indicating copy to clipboard operation
hack-router copied to clipboard

Request routing for HackLang

Results 11 hack-router issues
Sort by recently updated
recently updated
newest added

Replaced: - `Vector, ImmVector` with `vec` - `Map, ImmMap` with `dict`. Updated the needed documentation on the README.

CLA Signed

fixes #15 Fixes: - Makes HEAD -> GET rewrite configurable With great thanks to @azjezz. `Unverified`, since azjezz requires their signature be present on commits that are authored by them....

CLA Signed

fixes #26 Fixes: - Lint errors (classes which are not final, nor abstract). - Removes HH_IGNORE_ERROR/HH_FIXME directives. - Create an `` version of EnumRequestParameter to prevent hh_client from rebinding the...

CLA Signed

- deleted spam -

Hi folks, I was trying to run examples with recent hhvm and got errors: ``` $ hhvm --version HipHop VM 4.111.0 (rel) Compiler: 1621979252_828765612 Repo schema: d1ae8e21bf3419a65f12a010527485564e719d07 $ hhvm BaseRouterExample.php...

For example, https://gist.github.com/fredemmott/38865631ec219f2643d94f33d1af7aaf has a load of (hhvm|hack) regexps. It could be smarter about: - `foo|bar` regexps: expanding them may be helpful - repeated regexps: it may be possibel to...

https://github.com/hhvm/hack-router/blob/master/src/router/BaseRouter.php#L36