-
Updated
Aug 22, 2020 - 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 6,107 public repositories matching this topic...
-
Updated
Aug 29, 2020 - C
-
Updated
Aug 28, 2020 - Go
-
Updated
Aug 22, 2020 - Go
-
Updated
Aug 28, 2020 - Python
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Aug 26, 2020 - C++
-
Updated
Aug 25, 2020 - Shell
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
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.
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Aug 11, 2020 - Go
The example nginx configuration in the Deploying Falcon on Linux with NGINX and uWSGI article could probably be improved to include https configuration and redirect of http to https, since I believe it's the most common configuration now.
Maybe we could use a configuration from this great [Mozilla site](https://ssl-config
-
Updated
Aug 18, 2020 - Python
-
Updated
Jun 16, 2020 - Go
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra
-
Updated
Aug 29, 2020 - C++
-
Updated
Aug 22, 2020 - PHP
The docs do not give a format option for iso date with microseconds. Is this possible?
-
Updated
Aug 21, 2020 - PHP
If you're using proxies with
requests-htmland renderingJSsites 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
sessionobject or anymethod call, make pyppeteer also use these proxies. #265