__construct()
execute()
http_login()
set_options()
connection()
encode()
method_delete()
method_get()
method_head()
method_post()
method_put()
set_defaults()
$preserve_resource
Request_Curl Class
Curl driver for Requests
| package | Fuel\Core |
|---|
__construct(string $resource, array $options, string $method)
stringurl to use
arrayoptions array
stringrequest method
\RuntimeException |
|---|
execute(array $additional_params)
http_login(string $username, string $password, string $type) : \Fuel\Core\Request_Curl
connection() : \resource
\resourceencode(array $input) : mixed
array
mixedencoded outputmethod_delete() : void
method_get() : void
method_head() : void
method_post() : void
method_put() : void
$preserve_resource : string