-
Updated
Aug 13, 2021 - Python
HTTP
HTTP (Hypertext Transfer Protocol) is a request and response protocol used to send a request to a server and receive a response back in the form of a file. HTTP is the basis of data communication for the web. HTTPS is an evolution in HTTP, where the “S” stands for secure socket layer allowing communication in HTTP to be more secure.
Here are 9,024 public repositories matching this topic...
-
Updated
Aug 15, 2021 - C
-
Updated
Jul 29, 2021 - Go
-
Updated
Jul 13, 2021 - Go
-
Updated
Aug 15, 2021 - Python
-
Updated
Aug 15, 2021 - Go
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
Jul 20, 2021 - C++
-
Updated
Jul 20, 2021 - Shell
If you're using proxies with requests-html
and rendering JS
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 any method call
, make pyppeteer also use these proxies. #265
Describe the bug
Originally, @asvetlov intended to delete any use of attrs
from aiohttp 4.0+ series via aio-libs/aiohttp#5284. He dropped it from the runtime deps too.
But there are some places that still rely on attrs
meaning that this will cause failures in runtime because of the missing dep. The tests currently succeed because attrs is listed as a test dep.
As http-server has grown, the list of commands has as well. The README lists them all out as a list, but at this point it would be more readable as a table.
Context
This isn't really a feature request, as what I need is possible with nock as-is. But I spent several hours searching, reading old issues and searching through the source code to find the solution, so I thought this might help others.
I am testing code that accesses a service that sets the statusMessage of the response, as well as the statusCode. I am using nock to mock the server
-
Updated
Jul 28, 2021 - Go
-
Updated
Aug 12, 2021 - TypeScript
-
Updated
Aug 14, 2021 - TypeScript
-
Updated
Jul 16, 2021 - Go
-
Updated
Aug 13, 2021 - C++
At the time of writing, the close()
method of resp.stream
is only called if the provided generator is successfully exhausted (or yields None
).
However, the primary use case of the close()
method is freeing up resources, so one might expect the method to be called regardless. It is a
-
Updated
Jul 22, 2021 - Go
1. Environment
1a. Operating system and version
1b. Caddy version (run
caddy version
or paste commit SHA)1c. Go version (if building Caddy from source; run
go version
)2. Description
data race found
Caddy config: