This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This package supercedes and replaces [phly/http](https://github.com/phly/http).
1111
1212This package exists:
1313
14- - to provide a proof-of-concept of the proposed PSR HTTP message interfaces with relation to server-side applications.
14+ - to provide a proof-of-concept of the accepted PSR HTTP message interfaces with relation to server-side applications.
1515- to provide a node-like paradigm for PHP front controllers.
1616- to provide a common methodology for marshaling a request from the server environment.
1717
@@ -63,7 +63,7 @@ $request = new Zend\Diactoros\Request(
6363// If you want to set a non-origin-form request target, set the
6464// request-target explicitly:
6565$request = $request->withRequestTarget((string) $uri); // absolute-form
66- $request = $request->withRequestTarget($uri->getAuthority(); // authority-form
66+ $request = $request->withRequestTarget($uri->getAuthority()) ; // authority-form
6767$request = $request->withRequestTarget('*'); // asterisk-form
6868
6969// Once you have the instance:
You can’t perform that action at this time.
0 commit comments