File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,23 @@ corresponding reference implementations which can be used by every app which nee
88
99### HTTP
1010
11- * [ RequestInterface] ( . /src/RequestInterface.php)
12- * [ ResponseInterface] ( . /src/ResponseInterface.php)
13- * [ MessageInterface] ( . /src/MessageInterface.php)
11+ * [ RequestInterface] ( https://github.com/apioo/psx-http/blob/master /src/RequestInterface.php)
12+ * [ ResponseInterface] ( https://github.com/apioo/psx-http/blob/master /src/ResponseInterface.php)
13+ * [ MessageInterface] ( https://github.com/apioo/psx-http/blob/master /src/MessageInterface.php)
1414
1515### HTTP Body
1616
17- * [ StreamInterface] ( . /src/StreamInterface.php)
17+ * [ StreamInterface] ( https://github.com/apioo/psx-http/blob/master /src/StreamInterface.php)
1818
1919### HTTP Middleware
2020
21- * [ FilterInterface] ( . /src/FilterInterface.php)
22- * [ FilterChainInterface] ( . /src/FilterChainInterface.php)
21+ * [ FilterInterface] ( https://github.com/apioo/psx-http/blob/master /src/FilterInterface.php)
22+ * [ FilterChainInterface] ( https://github.com/apioo/psx-http/blob/master /src/FilterChainInterface.php)
2323
2424### HTTP Client
2525
26- * [ ClientInterface] ( . /src/Client/ClientInterface.php)
27- * [ OptionsInterface] ( . /src/Client/OptionsInterface.php)
26+ * [ ClientInterface] ( https://github.com/apioo/psx-http/blob/master /src/Client/ClientInterface.php)
27+ * [ OptionsInterface] ( https://github.com/apioo/psx-http/blob/master /src/Client/OptionsInterface.php)
2828
2929## Examples
3030
You can’t perform that action at this time.
0 commit comments