-
Updated
Sep 21, 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,192 public repositories matching this topic...
-
Updated
Sep 21, 2021 - C
-
Updated
Sep 5, 2021 - Go
-
Updated
Jul 29, 2021 - Go
-
Updated
Sep 21, 2021 - Python
After PR #1401 merged, many of our sub modules are failing lint, we should fix all of them.
To fix these, take a look at hack/.lintcheck_failures for a list of currently lint failed modules.
You can check a module by removing it from the .lintcheck_failures
list and running make fix
to auto fix some lint errors.
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Sep 20, 2021 - C++
-
Updated
Aug 18, 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
[server] Add warning when a cookie's length would exceed the RFC 6265 minimum user-agent support
We had a report in aiohttp-session
(see aio-libs/aiohttp-session#574) that a user submitting a 'large' cookie had the cookie dropped by the receiving browser.
According to RFC 6265 - section 6.1:
General-use user agents SHOULD
provide each of the following minimum
In addition to the settings info added in v13.0.1, add a line with the version number, possibly right above the settings output?
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
Aug 26, 2021 - Go
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Sep 17, 2021 - Go
-
Updated
Sep 20, 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
I have modified the default file_server browse template to integrate it with a website, by using
httpInclude
to load blocks of HTML containing the header, footer and theme. These files are hosted on the same Caddy instance, and it works well provided that compression is not enabled. When compression is enabled, the file_server browser becomes garbage: it appears that raw compressed data is inc