Skip to content

Commit 4ffc0b3

Browse files
committed
update readme
1 parent e0e7fd3 commit 4ffc0b3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)