Skip to content

RequestParser v1.0.1 Release

Latest
Compare
Choose a tag to compare
@msjyoo msjyoo released this 21 Jan 12:09

RequestParser is a PHP library for parsing raw HTTP requests.

This library is not a complete to-specification implementation of the HTTP/1.1 protocol (because doing that would be extremely difficult and unnecessary), but implements most of the spec and should be good enough for the purposes of a specific-purpose HTTP server such as an API server for a PHP CLI application.

If in doubt, try it and see if it works for your purpose! But don't come knocking on my door if you accidentally manage to blow up your back yard... somehow.

Version v1.0.1
Changelog:

  • Added PHPDoc to Classes
  • Download link now refers to latest stable instead of latest master.