Requests' Two APIs

Read Original

This article details the two APIs within the Python Requests library: the well-known procedural API for HTTP requests and a lesser-known inheritance-based API for low-level connection configuration, such as SSL settings, via subclassing the HTTPAdapter.

Requests' Two APIs

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week