Lines Matching full:an
6 * Representation of an incoming, server-side HTTP request.
37 * are stored in an "attributes" property.
41 * message and return an instance that contains the changed state.
69 * Return an instance with the specified cookies.
79 * immutability of the message, and MUST return an instance that has the
102 * Return an instance with the specified query string arguments.
116 * immutability of the message, and MUST return an instance that has the
129 * an instance of Psr\Http\Message\UploadedFileInterface.
134 * @return array An array tree of UploadedFileInterface instances; an empty
143 * immutability of the message, and MUST return an instance that has the
146 * @param array $uploadedFiles An array tree of UploadedFileInterface instances.
148 * @throws \InvalidArgumentException if an invalid structure is provided.
165 * These will typically be an array or object.
170 * Return an instance with the specified body parameters.
183 * As an example, if content negotiation determines that the request data
188 * immutability of the message, and MUST return an instance that has the
192 * typically be in an array or object.
194 * @throws \InvalidArgumentException if an unsupported argument type is
230 * Return an instance with the specified derived request attribute.
236 * immutability of the message, and MUST return an instance that has the
247 * Return an instance that removes the specified derived request attribute.
253 * immutability of the message, and MUST return an instance that removes