Lines Matching full:an
12 * message and return an instance that contains the changed state.
29 * Return an instance with the specified HTTP protocol version.
35 * immutability of the message, and MUST return an instance that has the
47 * each value is an array of strings associated with the header.
64 * @return string[][] Returns an associative array of the message's headers. Each
65 * key MUST be a header name, and each value MUST be an array of strings
83 * This method returns an array of all the header values of the given
86 * If the header does not appear in the message, this method MUST return an
90 * @return string[] An array of string values as provided for the given
92 * return an empty array.
108 * an empty string.
113 * the message, this method MUST return an empty string.
118 * Return an instance with the provided value replacing the specified header.
124 * immutability of the message, and MUST return an instance that has the
135 * Return an instance with the specified header appended with the given value.
142 * immutability of the message, and MUST return an instance that has the
153 * Return an instance without the specified header.
158 * immutability of the message, and MUST return an instance that removes
174 * Return an instance with the specified message body.