mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
Update composer dependencies
This commit is contained in:
parent
49cc39e507
commit
cbd324c35b
428 changed files with 17862 additions and 5885 deletions
0
vendor/rmccue/requests/docs/README.md
vendored
Executable file → Normal file
0
vendor/rmccue/requests/docs/README.md
vendored
Executable file → Normal file
0
vendor/rmccue/requests/docs/authentication-custom.md
vendored
Executable file → Normal file
0
vendor/rmccue/requests/docs/authentication-custom.md
vendored
Executable file → Normal file
4
vendor/rmccue/requests/docs/authentication.md
vendored
Executable file → Normal file
4
vendor/rmccue/requests/docs/authentication.md
vendored
Executable file → Normal file
|
|
@ -27,5 +27,5 @@ Note that POST/PUT can also take a data parameter, so you also need that
|
|||
before `$options`:
|
||||
|
||||
```php
|
||||
Requests::get('http://httpbin.org/basic-auth/user/password', array(), null, $options);
|
||||
```
|
||||
Requests::post('http://httpbin.org/basic-auth/user/password', array(), null, $options);
|
||||
```
|
||||
|
|
|
|||
0
vendor/rmccue/requests/docs/goals.md
vendored
Executable file → Normal file
0
vendor/rmccue/requests/docs/goals.md
vendored
Executable file → Normal file
10
vendor/rmccue/requests/docs/hooks.md
vendored
Executable file → Normal file
10
vendor/rmccue/requests/docs/hooks.md
vendored
Executable file → Normal file
|
|
@ -45,7 +45,9 @@ Available Hooks
|
|||
|
||||
Alter the raw HTTP response before returning for parsing
|
||||
|
||||
Parameters: `string &$response`
|
||||
Parameters: `string &$response, array &$info`
|
||||
|
||||
`$info` contains the associated array as defined in [curl-getinfo-returnvalues](http://php.net/manual/en/function.curl-getinfo.php#refsect1-function.curl-getinfo-returnvalues)
|
||||
|
||||
* `fsockopen.before_request`
|
||||
|
||||
|
|
@ -71,7 +73,9 @@ Available Hooks
|
|||
|
||||
Alter the raw HTTP response before returning for parsing
|
||||
|
||||
Parameters: `string &$response`
|
||||
Parameters: `string &$response, array &$info`
|
||||
|
||||
`$info` contains the associated array as defined in [stream-get-meta-data-returnvalues](http://php.net/manual/en/function.stream-get-meta-data.php#refsect1-function.stream-get-meta-data-returnvalues)
|
||||
|
||||
|
||||
Registering Hooks
|
||||
|
|
@ -89,4 +93,4 @@ $hooks = new Requests_Hooks();
|
|||
$hooks->register('requests.after_request', 'mycallback');
|
||||
|
||||
$request = Requests::get('http://httpbin.org/get', array(), array('hooks' => $hooks));
|
||||
```
|
||||
```
|
||||
|
|
|
|||
0
vendor/rmccue/requests/docs/usage-advanced.md
vendored
Executable file → Normal file
0
vendor/rmccue/requests/docs/usage-advanced.md
vendored
Executable file → Normal file
0
vendor/rmccue/requests/docs/usage.md
vendored
Executable file → Normal file
0
vendor/rmccue/requests/docs/usage.md
vendored
Executable file → Normal file
0
vendor/rmccue/requests/docs/why-requests.md
vendored
Executable file → Normal file
0
vendor/rmccue/requests/docs/why-requests.md
vendored
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue