Maj Library
This commit is contained in:
parent
0dc17aa9ef
commit
54ec6723de
72 changed files with 525 additions and 455 deletions
2
server/vendor/guzzlehttp/guzzle/README.md
vendored
2
server/vendor/guzzlehttp/guzzle/README.md
vendored
|
@ -24,7 +24,7 @@ $res = $client->request('GET', 'https://api.github.com/user', [
|
|||
]);
|
||||
echo $res->getStatusCode();
|
||||
// 200
|
||||
echo $res->getHeader('content-type');
|
||||
echo $res->getHeaderLine('content-type');
|
||||
// 'application/json; charset=utf8'
|
||||
echo $res->getBody();
|
||||
// {"type":"User"...'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue