Requests 简明教程

Requests Tutorial

Requests 是一个开放源代码 HTTP 库,可提供易于使用的功能来处理 Web 应用程序中的 Http 请求/响应。该库是用 python 开发的。

Requests in an open source HTTP library that provides easy functionality to deal with Http request/response in your web application. The library is developed in python.

Audience

本教程专为希望学习 Python 开发的 Requests 库基础知识及其编程概念的软件程序员设计,简单易懂。本教程将为您提供对 Requests 库各种功能的充分理解,并附有适当的示例。

This tutorial is designed for software programmers who want to learn the basics of Requests library developed in Python and its programming concepts in simple and easy ways. This tutorial will give you enough understanding on various functionalities of Requests library with suitable examples.

Prerequisites

在继续本教程之前,你应该对 Python 有一个基础的了解。

Before proceeding with this tutorial, you should have a basic understanding of Python.