Skip to content

Kirby 5.0.4

$remote->fetch()

Sets up all curl options and sends the request

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

Return type

Kirby\Http\Remote

This method modifies the existing $remote object it is applied to and returns it again.

Exceptions

Type Description
Exception when the curl request failed

Parent class

Kirby\Http\Remote