gzip support; default request headers; customizable timeout; basic authentication; bugfixes; closes #5 #15 #16 #18

This commit is contained in:
thefosk
2013-11-01 19:26:22 -07:00
parent 1725812c01
commit 10fc78dff8
5 changed files with 261 additions and 23 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "mashape/unirest-php",
"description" : "Unirest PHP",
"keywords" : ["rest", "curl"],
"keywords" : ["rest", "curl", "http", "client"],
"type" : "library",
"homepage" : "http://unirest.io#php",
"homepage" : "https://github.com/Mashape/unirest-php",
"license" : "MIT",
"authors" : [
{
@@ -17,6 +17,9 @@
"ext-curl" : "*",
"ext-json" : "*"
},
"require-dev": {
"vierbergenlars/simpletest": "*"
},
"autoload" : {
"psr-0" : {
"Unirest" : "lib"
@@ -25,4 +28,4 @@
"support" : {
"email" : "support@mashape.com"
}
}
}