Icicle\Http\Message\Uri::withScheme PHP Method

withScheme() public method

Returns a new instance with the given scheme or no scheme if null. :// or : suffix should be trimmed.
public withScheme ( string $scheme = null ) : Icicle\Http\Message\Uri
$scheme string
return Icicle\Http\Message\Uri
    public function withScheme(string $scheme = null) : Uri;