Skip to content

Kirby 4.2.0

$remote->fetch()

Sets up all curl options and sends the request

$remote->fetch(): Kirby\Http\Remote

Return type

Kirby\Http\Remote

This method does not modify the existing $remote object but returns a new object with the changes applied. Learn more →

Exceptions

Type Description
Exception when the curl request failed

Parent class

Kirby\Http\Remote