#
requests
Here are 2,633 public repositories matching this topic...
Guzzle, an extensible PHP HTTP client
-
Updated
Aug 21, 2021 - PHP
C++ Requests: Curl for People, a spiritual port of Python Requests
-
Updated
Aug 31, 2021 - C++
A Python library for automating interaction with websites.
-
Updated
Jun 9, 2021 - Python
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
api
php
http
client
json
framework
curl
xml
proxy
restful
class
http-client
http-proxy
api-client
web-scraper
requests
web-scraping
php-curl
web-service
php-curl-library
-
Updated
Aug 20, 2021 - PHP
http
openssl
curl
makefile
webserver
https
websocket-server
websocket
http-client
websocket-client
libevent
requests
axios
http-server
epoll
ifconfig
libuv
muduo
evpp
-
Updated
Aug 30, 2021 - C
A Go "clone" of the great and famous Requests library
-
Updated
Dec 3, 2020 - Go
Integration layer between Requests and Selenium for automation of web actions.
-
Updated
Oct 17, 2019 - Python
Performance-Bookmarklet helps to analyze the current page through the Resource Timing API, Navigation Timing API and User-Timing - requests by type, domain, load times, marks and more. Sort of a light live WebPageTest.
performance
bookmarklet
waterfall
performance-metrics
analyzer
requests
browser-extension
webperf
navigation-timing
resource-timing
user-timing
-
Updated
Aug 14, 2021 - JavaScript
ihipop
commented
Apr 9, 2019
PSR的RequestInterface没有规定实现exec方法,所以我设计组装一个http客户端无关的request的时候,我肯定不能绑定和客户端强相关的exec方法到Request上,因为每个客户端的异常类型、处理逻辑都不相同。
我设计一个composer组件,在组装请求部分,返回了个psr对象,本意是guzzle或者saber等支持PSR标准的HTTP客户端都可以按psr标准把这个对象代表的请求发送出去,现在Guzzle可以做到($guzzleClient->send($PSRrequest)
)而saber因为把PSR相关的处理逻辑绑定到他自定义的Request上,导致这样的设计没法实施。
prkumar
commented
Oct 12, 2019
Requests 3.0, for Humans and Machines, alike. 🤖
-
Updated
Jan 11, 2020 - Python
http
promises
json
rest
unity
rest-api
unity3d
ajax
unity-scripts
http-client
web-services
unity-asset
http-requests
requests
httpclient
unity3d-plugin
rest-client
request-promise
async-requests
web-request
-
Updated
Aug 19, 2021 - C#
Simple but useful Python web scraping tutorial code.
-
Updated
Aug 18, 2021 - Jupyter Notebook
A module that integrates selenium and requests session, encapsulates common page operations, can achieve seamless switching between the two modes.
-
Updated
Aug 13, 2021 - Python
接口自动化测试框架——python版,支持HTTP,dubbo协议接口
-
Updated
Nov 22, 2020 - Python
WebUI/HTTP automation testing framework based on unittest
-
Updated
Aug 31, 2021 - Python
Async requests-like httplib for python.
-
Updated
Jun 9, 2021 - Python
Improve this page
Add a description, image, and links to the requests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the requests topic, visit your repo's landing page and select "manage topics."
If you're using proxies with
requests-html
and renderingJS
sites is all good. Once you render a website pyppeteer don't know about this proxies and will expose your IP. This is an undesired behavior when scraping with proxies.The idea is that whenever someone passes in proxies to the
session
object or anymethod call
, make pyppeteer also use these proxies. #265