Lines Matching refs:string

106 * Fix drain case where content-length is the literal string zero
135 * Bug fix: provide an empty string to `http_build_query` for HHVM workaround.
282 * Clients no longer accept an array of URI template string and variables for
291 * Removed `GuzzleHttp\Query`. Query string handling is now handled using an
292 associative array passed into the `query` request option. The query string
294 can pass the query string in as a string.
333 means that even value query string values (e.g., ":") are url encoded. This
335 want to send requests over the wire using valid query string characters that do
336 not need to be encoded, then you can provide a string to Url::setQuery() and
337 pass true as the second argument to specify that the query string is a raw
338 string that should not be parsed or encoded (unless a call to getQuery() is
339 subsequently made, forcing the query-string to be converted into a Query
354 * No longer double percent-encoding characters in the path or query string if
358 * Note: This has been changed in 5.0.3 to now encode query string values by
360 string on a URL: Now allowing many more characters to be present in the
361 query string without being percent encoded. See http://tools.ietf.org/html/rfc3986#appendix-A
474 response content, and pass a string to provide a request `Accept-Encoding`
515 including getting the start line and getting headers as a string.
543 * Added much more robust query string parsing
639 * Merging URLs will now use the query string object from the relative URL (thus allowing custom que…
673 * OauthPlugin now supports adding authentication to headers or query string (#425)
726 …every request created by a client (e.g. default query string variables, headers, curl options, etc…
730 created by a command (e.g. custom headers, query string variables, timeout settings, etc.).
756 …resource, string, or EntityBody into the $options parameter to specify the download location of th…
820 … optional $asString parameter from MessageInterface::getHeader(). Just cast the header to a string.
825 * All response header helper functions return a string rather than mixing Header objects and string…
840 * Added the ability to cast Model objects to a string to view debug information.
859 * HistoryPlugin can now be cast to a string
901 * Bug fix: Parsing a query string with a single PHP array value will now result in an array. #263
906 * Bug fix: Fixed "array to string" error when validating a union of types in a service description
1029 * Bug: Response body can now be a string containing "0"
1031 * Bug: QueryString::fromString now properly parses query string parameters that contain equal signs
1126 * Ensuring that a service is a string before doing strpos() checks on it when substituting services…
1144 * Added the ability to transfer entity bodies as a string rather than streamed. This gets around cu…
1167 * Bug: Query string values set to 0 are no longer dropped from the query string
1203 * Minor patch to update version number in UA string