mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
* Remove the default "null" input send during GET request * Remove the 'null' value from all tests
12 lines
475 B
Plaintext
12 lines
475 B
Plaintext
https
|
|
GET
|
|
status.github.com
|
|
443
|
|
/api/last-message.json
|
|
{'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
|
|
None
|
|
200
|
|
[('status', '200 OK'), ('content-length', '93'), ('vary', 'Accept-Encoding'), ('server', 'GitHub.com'), ('connection', 'keep-alive'), ('date', 'Fri, 06 Sep 2013 08:34:01 GMT'), ('content-type', 'application/json;charset=utf-8')]
|
|
{"status":"good","body":"Everything operating normally.","created_on":"2013-09-01T15:41:46Z"}
|
|
|