-
Updated
Feb 27, 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 8,315 public repositories matching this topic...
-
Updated
Mar 5, 2021 - C
-
Updated
Feb 25, 2021 - Go
-
Updated
Feb 14, 2021 - Go
-
Updated
Mar 4, 2021 - Python
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Mar 5, 2021 - C++
-
Updated
Feb 15, 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
TraceConfig.on_response_chunk_received doesn't trace if the response body is read from ClientResponse.content
This behavior isn't obvious when looking at Tracing Reference, [Streaming Response Content](https://docs.aiohttp.org/e
Add a changelog
As we attempt to pick up the release cadence, we are in need of an explicit changelog file which enumerates changes in each version. This should be a markdown or plaintext file adhering to some form of standardized format. Ideally, it will be able to work with #582.
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
Mar 3, 2021 - Go
-
Updated
Feb 17, 2021 - TypeScript
-
Updated
Feb 26, 2021 - TypeScript
-
Updated
Feb 28, 2021 - Go
falcon.uri.encode_value says:
An escaped version of uri, where all disallowed characters have been percent-encoded.
However, it seems that the percent character itself is not encoded...
Cf
>>> from urllib.parse import quote
>>> from falcon import uri
>>> quote('%26')
'%2526'
>>> uri.encode-
Updated
Mar 4, 2021 - C++
-
Updated
Nov 18, 2020 - Go
Currently the
install_trustoption for CAs from thepkimodule can only be configured via JSON/API.Setting TLS to
internalwith optionon_demandis easily possible with a Caddyfile and allows for a quick and simple internal setup. Trust store installation on the machine itself is not necessary and only leads to startup errors being logged from bothsudoandcaddy.Therefore it w