You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
358 B

3 years ago
  1. PSR Http Message
  2. ================
  3. This repository holds all interfaces/classes/traits related to
  4. [PSR-7](http://www.php-fig.org/psr/psr-7/).
  5. Note that this is not a HTTP message implementation of its own. It is merely an
  6. interface that describes a HTTP message. See the specification for more details.
  7. Usage
  8. -----
  9. We'll certainly need some stuff in here.