We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5917f commit e536feeCopy full SHA for e536fee
README.md
@@ -39,8 +39,11 @@ http://bradkent.com/php/httpmessage
39
* `codePhrase(int|string $code): string` - Get standard code phrase for given HTTP status code
40
* ServerRequest:
41
* `fromGlobals(): ServerRequestInterface`
42
+* Stream
43
+ * `getContent(StreamInterface): string`
44
* Uri:
45
* `fromGlobals(): UriInterface`
46
+ * `fromParsed(array): UriInterface`
47
* `isCrossOrigin(UriInterface $uri1, UriInterface $uri2): bool`
48
* `parseUrl(string|UriInterface): array` - like php's `parse_url` but with bug fixes backported
49
* `resolve(UriInterface $base, UriInterface $rel): UriInterface` - Converts the relative URI into a new URI that is resolved against the base URI.
0 commit comments