-
Notifications
You must be signed in to change notification settings - Fork 321
Home
Tony Arcieri edited this page Feb 14, 2016
·
36 revisions
- Making Requests: getting started making basic requests
- POST Requests: send data to the server, including forms and files
-
Headers: add headers to your request
- Authorization Header: authorize your request using basic auth or bearer tokens
- Cookies: send and receive cookies with requests
- Persistent Connections (keep-alive): reuse a connection for multiple requests
- Timeouts: ensure requests complete in a timely manner
- HTTPS: use HTTP securely!
- Proxy Support: send requests through an HTTP(S) proxy