From fc9401f04a3aca5abb22f87ebc210de8afe11d32 Mon Sep 17 00:00:00 2001 From: marvin-borner@live.com Date: Tue, 10 Apr 2018 21:50:16 +0200 Subject: Initial Commit --- assets/php/vendor/psr/http-message/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 assets/php/vendor/psr/http-message/README.md (limited to 'assets/php/vendor/psr/http-message/README.md') diff --git a/assets/php/vendor/psr/http-message/README.md b/assets/php/vendor/psr/http-message/README.md new file mode 100644 index 0000000..2818533 --- /dev/null +++ b/assets/php/vendor/psr/http-message/README.md @@ -0,0 +1,13 @@ +PSR Http Message +================ + +This repository holds all interfaces/classes/traits related to +[PSR-7](http://www.php-fig.org/psr/psr-7/). + +Note that this is not a HTTP message implementation of its own. It is merely an +interface that describes a HTTP message. See the specification for more details. + +Usage +----- + +We'll certainly need some stuff in here. \ No newline at end of file -- cgit v1.2.3