Code Snippets
Tag:
Requests
Category: Networking & HTTP
tags:
Get
Http
Requests
HTTP GET with requests
GET a URL with the requests library and raise on non-2xx.
Author:
chris
Language: Python
View Snippet