appserver-io / http
HTTP protocol implementation for usage in server context
2.2.1
2018-07-05 13:21 UTC
Requires
- php: >=5.4.0
- appserver-io-psr/http-message: ~1.0
- ircmaxell/password-compat: ~1.0
Requires (Dev)
- appserver-io/build: ~1.0
README
Introduction
HTTP protocol implementation for usage in a web server context.
Have a look at our webserver project for a reference implementation of a webserver using this HTTP implementation.
Issues
In order to bundle our efforts we would like to collect all issues regarding this package in the main project repository's issue tracker.
Please reference the originating repository as the first element of the issue title e.g.:
[appserver-io/<ORIGINATING_REPO>] A issue I am having
External Links
- Documentation at appserver.io