httpserver
httpserver copied to clipboard
Naming convention
Class HttpRequest collides with the internal php class HttpRequest, thus throws an error when creating a new response
Fatal error: Uncaught exception 'HttpException' with message 'HttpRequest::__construct() expects parameter 1 to be string, resource given'
Can you consider namespsacing all classes?