[commits] [Wiki] changed: Doc/Dev/Horde_Http

Ralf Lang (B1 Systems GmbH) lang at b1-systems.de
Fri Jul 16 19:01:46 UTC 2021


rlang  Fri, 16 Jul 2021 19:01:46 +0000

Modified page: https://wiki.horde.org/Doc/Dev/Horde_Http
New Revision:  2
Change log:  Unsmash wikiwords

@@ -22,10 +22,10 @@
  ++ Horde_Http in Horde 6

  In Horde 6, Horde_Http is redesigned. It now adheres to various  
standards proposed by the PHP Framework Interoperability Group.

-- [https://www.php-fig.org/psr/psr-7/ PSR-7] compatible versions of  
Request, ServerRequest, Response, Uri, Stream and UploadedFile
-- [https://www.php-fig.org/psr/psr-17/ PSR-17] compatible versions of  
RequestFactory, ServerRequestFactory, ResponseFactory, UriFactory,  
StreamFactory and UploadedFileFactory
+- [https://www.php-fig.org/psr/psr-7/ PSR-7] compatible versions of  
Request, !ServerRequest, Response, Uri, Stream and !UploadedFile
+- [https://www.php-fig.org/psr/psr-17/ PSR-17] compatible versions of  
!RequestFactory, !ServerRequestFactory, !ResponseFactory, !UriFactory,  
!StreamFactory and !UploadedFileFactory
  - [https://www.php-fig.org/psr/psr-18/ PSR-18] compatible HTTP  
Client implementations for Curl, Fopen and pecl/http (v2+)

  Horde_Http code is also the basis of the new  
[Doc/Dev/Horde_Http_Server Horde_Http_Server], a successor to  
[Doc/Dev/Horde_Controller Horde_Controller].




More information about the commits mailing list