-
Updated
Jun 24, 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,804 public repositories matching this topic...
-
Updated
Jun 25, 2021 - C
-
Updated
May 29, 2021 - Go
-
Updated
May 22, 2021 - Go
-
Updated
Jun 23, 2021 - Python
-
Updated
Jun 23, 2021 - JavaScript
是否有考虑过使用:https://www.conventionalcommits.org/en/v1.0.0/ 规范,来规范化 commit message?
这样 changelog 工具 可以根据规范化的 commit history 自动生成 changelog
-
Updated
Jun 26, 2021 - C++
-
Updated
Jun 7, 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.
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
Jun 22, 2021 - Go
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
Jun 26, 2021 - TypeScript
-
Updated
Jun 25, 2021 - Go
-
Updated
Jun 25, 2021 - C++
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
Jun 1, 2021 - Go
I'm managing a bunch of servers and they're running Caddy v2. The upgrade command works great for upgrading with the packages previously chosen. In the future, it's likely I'll want to add/remove packages from that list over time.
Would it make sense to add flags to add and remove packages from the caddy build on upgrade?