Searched refs:withFragment (Results 1 – 8 of 8) sorted by relevance
297 public function withFragment($fragment); function
298 public function withFragment(string $fragment): UriInterface; function
508 $ident = $request->getMethod() . ' ' . $request->getUri()->withFragment('');
211 CURLOPT_URL => (string) $easy->request->getUri()->withFragment(''),
566 public function withFragment($fragment) function in GuzzleHttp\\Psr7\\Uri
518 public function withFragment($fragment): UriInterface function in GuzzleHttp\\Psr7\\Uri
581 $ident = $request->getMethod().' '.$request->getUri()->withFragment('');
114 | `withFragment($fragment)` | Return an instance with the specified URI fragment. | |