Ergo\Http\NullRequest::copy PHP Method

copy() public method

Creates a new Request object with the parameters specified, or uses the current object's parameters
public copy ( $headers = false, $body = false, $url = false, $method = false ) : object
return object
    public function copy($headers = false, $body = false, $url = false, $method = false)
    {
        return clone $this;
    }