Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@harikt harikt released this 22 Jan 03:26
· 22 commits to master since this release

When we point browser to http://localhost:8000 path is / , and when you point to http://localhost:8000/about , path is /about and when pointing to http://localhost:8000/about/ is /about/ .

But $uri->getPath() have some sort of issue, may be it relies on parse_url and the router relies on $_SERVER['REQUEST_URI']

For details see phly/http#23 , phly/conduit#27