サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ブラックフライデー
docs.python-requests.org
Requests: HTTP for Humans™¶ Release v2.32.5. (Installation) Requests is an elegant and simple HTTP library for Python, built for human beings. Behold, the power of Requests: >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass')) >>> r.status_code 200 >>> r.headers['content-type'] 'application/json; charset=utf8' >>> r.encoding 'utf-8' >>> r.text '{"type":"User"...' >>> r.json()
このページを最初にブックマークしてみませんか?
『ERRP | Expired Registration Recovery Policy』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く