Skip to content

delsuza/unirest-codeigniter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

unirest library for codeigniter

Load CI Library

$this->load->library("unirest");

Request Reference

$response = $this->unirest->get($url, $headers = array());
$response = $this->unirest->post($url, $headers = array(), $body = NULL);
$response = $this->unirest->put($url, $headers = array(), $body = NULL);
$response = $this->unirest->patch($url, $headers = array(), $body = NULL);
$response = $this->unirest->delete($url, $headers = array());

About

unirest library for codeigniter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages