route
route copied to clipboard
HTTP request routing library and language
If an integer matcher is the final element of a Trie it interprets the null at the end of the string as a separator character and pushes it back onto...
I'm having problems with the fact that expressions are sorted alphabetically, is there any reason to do this? https://github.com/vulcand/route/blob/master/router.go#L145
Receiving this error when setting a frontend up in VulcanD: > route should be a valid route expression Here's the route im attempting to add: ``` frontend upsert --backend mockbin...
Similar to #8 it looks like the OR boolean operator (`||`) is not supported either.
Why don't you add port matcher? I'd like to change routing depending on host & port combination in vulcand
Add new matcher & regexpMatcher which match against `http.Request` RemoteAddr value.
As far as I can tell, this doesn't work: ``` Path(`/foo/`) && !Host(`bar.`) ``` Removing the negation ("!") allows it to work. It'd be great if negation were allowed in...
So we can implement weighted round robin balancing just by using this function in vulcan's frontends or listener scopes. This allows us to do graceful deployment (canary deployment?) of new...
None of the docs mention how to use ``.