Icicle\Http\Message\Request::withRequestTarget PHP Method

withRequestTarget() public method

Returns a new instance with the given request target.
public withRequestTarget ( string $target ) : Icicle\Http\Message\Request
$target string
return Icicle\Http\Message\Request
    public function withRequestTarget(string $target) : Request;