Searched refs:withQueryValue (Results 1 – 3 of 3) sorted by relevance
231 Uri::withQueryValue($request->getUri(), 'uploadType', $uploadType)
373 public static function withQueryValue(UriInterface $uri, $key, $value) function in GuzzleHttp\\Psr7\\Uri
665 ### `GuzzleHttp\Psr7\Uri::withQueryValue`667 `public static function withQueryValue(UriInterface $uri, $key, $value): UriInterface`677 Creates a new URI with multiple query string values. It has the same behavior as `withQueryValue()`…