__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)
string
url to use
array
options array
string
request method
\RuntimeException |
---|
execute(array $additional_params)
http_login(string $username, string $password, string $type) : \Fuel\Core\Request_Curl
connection() : \resource
\resource
encode(array $input) : mixed
array
mixed
encoded outputmethod_delete() : void
method_get() : void
method_head() : void
method_post() : void
method_put() : void
$preserve_resource : string