Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ee2bd21

Browse files
committed
add doc to 网络请求模块的使用
1 parent c9a2225 commit ee2bd21

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

‎网络请求模块的使用.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
* [网络请求模块](#网络请求模块)
2+
* [requests](#requests)
3+
* [介绍](#介绍)
4+
* [学习资料](#学习资料)
5+
* [requests模块的安装](#requests模块的安装)
6+
* [requests模块的使用](#requests模块的使用)
7+
* [基本使用](#基本使用)
8+
* [自定义请求头](#自定义请求头)
9+
* [发送 GET 请求](#发送-get-请求)
10+
* [发送 POST 请求](#发送-post-请求)
11+
* [使用代理服务器](#使用代理服务器)
12+
* [发送请求携带 Cookies](#发送请求携带-cookies)
13+
* [错误证书处理](#错误证书处理)
14+
* [超时处理](#超时处理)
15+
* [重试处理](#重试处理)
16+
* [urllib2](#urllib2)
17+
* [使用流程](#使用流程)
18+
* [urllib](#urllib)
19+
* [urllib使用注意事项](#urllib使用注意事项)
20+
121
# 网络请求模块
222
## requests
323
### 介绍

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /