-
Updated
Apr 12, 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,494 public repositories matching this topic...
-
Updated
Apr 14, 2021 - C
-
Updated
Apr 13, 2021 - Go
-
Updated
Apr 8, 2021 - Go
-
Updated
Apr 11, 2021 - Python
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Apr 14, 2021 - C++
-
Updated
Apr 10, 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
I noticed that the docs have some RST references to internal and external intersphinx objects. We should fix those and enable nitpicky = True by default.
P.S. It is okay to send small PRs to fix references gradually
Unco
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
Apr 9, 2021 - Go
-
Updated
Apr 3, 2021 - TypeScript
-
Updated
Apr 13, 2021 - TypeScript
-
Updated
Mar 29, 2021 - Go
As pointed out by @Stargateur in falconry/falcon#1906 (comment), our JSONHandler customization docs could be made clearer by separately illustrating different (albeit closely related) concepts:
- Use a custom JSON library (such as the exemplified
rapidjson). Customize para
-
Updated
Apr 13, 2021 - C++
-
Updated
Nov 18, 2020 - Go
I’m trying to script setup and configuration of caddy server based on a custom download that includes additional plugins (caddy-auth-portal, caddy-auth-jwt, caddy-trace, and various caddy-dns modules ).
During setup, the caddy unit file is configured to run caddy as a non priveledged user (by design).
To get certificates configured properly we are attempting to use the caddy trust command