Skip to content

Commit e536fee

Browse files
committed
Update readme
1 parent ec5917f commit e536fee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ http://bradkent.com/php/httpmessage
3939
* `codePhrase(int|string $code): string` - Get standard code phrase for given HTTP status code
4040
* ServerRequest:
4141
* `fromGlobals(): ServerRequestInterface`
42+
* Stream
43+
* `getContent(StreamInterface): string`
4244
* Uri:
4345
* `fromGlobals(): UriInterface`
46+
* `fromParsed(array): UriInterface`
4447
* `isCrossOrigin(UriInterface $uri1, UriInterface $uri2): bool`
4548
* `parseUrl(string|UriInterface): array` - like php's `parse_url` but with bug fixes backported
4649
* `resolve(UriInterface $base, UriInterface $rel): UriInterface` - Converts the relative URI into a new URI that is resolved against the base URI.

0 commit comments

Comments
 (0)