Lines Matching refs:with
3 The purpose of this list is to help in finding the methods when working with PSR-7. This can be con…
22 | `withProtocolVersion($version)` | Returns new message instance with given HTTP protocol versio…
24 | `hasHeader($name)` | Checks if HTTP Header with given name exists | |
25 | `getHeader($name)` | Retrieves a array with the values for a single header | |
27 …ge instance with given HTTP Header | if the header existed in the original instance, replaces the …
28 | `withAddedHeader($name, $value)` | Returns new message instance with appended value to given he…
29 | `withoutHeader($name)` | Removes HTTP Header with given name| |
31 | `withBody(StreamInterface $body)` | Returns new message instance with given HTTP Message Body | |
41 | `withRequestTarget($requestTarget)` | Return a new message instance with the specific request-tar…
43 | `withMethod($method)` | Returns a new message instance with the provided HTTP metho…
45 | `withUri(UriInterface $uri, $preserveHost = false)` | Returns a new message instance with the pro…
56 | `withCookieParams(array $cookies)` | Returns a new request instance with the specified cookies …
57 | `withQueryParams(array $query)` | Returns a new request instance with the specified query string …
59 | `withUploadedFiles(array $uploadedFiles)` | Returns a new request instance with the specified upl…
61 | `withParsedBody($data)` | Returns a new request instance with the specified body parameters | |
64 | `withAttribute($name, $value)` | Returns a new request instance with the specified derived reques…
74 | `withStatus($code, $reasonPhrase = '')` | Returns a new response instance with the specified stat…
75 | `getReasonPhrase()` | Gets the response reason phrase associated with the status code. | |
108 | `withScheme($scheme)` | Return an instance with the specified scheme. | |
109 | `withUserInfo($user, $password = null)` | Return an instance with the specified user information.…
110 | `withHost($host)` | Return an instance with the specified host. | |
111 | `withPort($port)` | Return an instance with the specified port. | |
112 | `withPath($path)` | Return an instance with the specified path. | |
113 | `withQuery($query)` | Return an instance with the specified query string. | |
114 | `withFragment($fragment)` | Return an instance with the specified URI fragment. | |
124 | `getError()` | Retrieve the error associated with the uploaded file. | |