http请求的工具
第三方软件(third-party tools)
软件 | 描述 |
---|---|
Curl | Command line tool |
HTTPie | Command line tool |
Postman REST Client | App for Google Chrome and OS X |
DHC REST Client | Google Chrome extension |
Google Chrome | Google Chrome web browser |
python的包
- urllib2: Extensible library for opening URLs
- urllib: Open arbitrary resources by URL
- requests: HTTP for Humans, embedded urllib2 functionality
- httplib2:This is a comprehensive HTTP client library. It supports features like caching, keep-alive, compression, redirects and many kinds of authentication.
参考:
https://gdc-docs.nci.nih.gov/API/Users_Guide/Getting_Started