Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- MSSQL
- JavaScript
- window
- Spring
- Java
- SPC
- GIT
- NPM
- Kotlin
- Express
- vaadin
- SSL
- plugin
- es6
- react
- IntelliJ
- 보조정렬
- xPlatform
- mybatis
- hadoop
- tomcat
- Android
- 공정능력
- table
- Python
- SQL
- Eclipse
- R
- Sqoop
- mapreduce
Archives
- Today
- Total
728x90
목록뭐지? (1)
DBILITY

requests Requests is a simple, yet elegant, HTTP library. >>> import 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() {'disk_usage': 368627, 'private_gists': 484, ...} #image save imgRequest = requests.get(image..
python
2021. 8. 13. 11:11
728x90