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,937 public repositories matching this topic...
It could help potential new contributors if the "How to Contribute" section included the content or a link to the "Good Bug Reports" section of the contributing.md and a link to some simple example tests in step 4
(Feature request out of https://caddy.community/t/use-placeholders-in-templates/7697)
I would like to see the ability of using placeholders like {http.error.status_code} in templates. This would allow us, for example, to create a single custom error page in nginx style. For now we have to create a page for every status code we would like to support (maybe using respond with include and ar
Is your feature request related to a problem? Please describe.
The {{< highlight none >}} :~q:foo:bar {{< / highlight >}} blocks don't work on GitHub. It's confusing and makes the code examples almost useless on GitHub itself. And also in your code editor if you have Markdown syntax highlighting with embedded highlighting for nested code.
Describe the solution you'd like
It'd be ne
I did this
While investigating a mailing list question I observed that CURLINFO_ACTIVESOCKET does not actually return the active socket until after the transfer is done. This appears to be due to legacy reasons, since it is a replacement for [CURLINFO_LASTSOCKET](https://curl.haxx
-
Updated
Apr 22, 2020 - Go
I can't find any other explanation or formulas for results like median, average, min/max, req/sec in documentation, readme or web page. On the documentation page I tried basic scenario to search result/s and get no relevant page.
I found this question on stackoverflow, so I'm not only one who didn't understand it
https://stackoverflow.com/questions/39665250/locust-result-summary-how-to-underst
Context
-
Updated
Apr 30, 2020 - Go
-
Updated
Apr 29, 2020 - C++
-
Updated
Apr 30, 2020 - 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
Long story short
Regression of #1188
Expected behaviour
Tests pass on armv7l
Actual behaviour
Test run fails at test_cookiejar.py:383: OverflowError
Steps to reproduce
Run tests
Your environment
linux 4.19
nixos 20.03
arm v7l
python 3.7
aiohttp client-3.6.2
Log
ts_before = datetime.datetime(
1975, 1, 1, tzinfo=datetim
What is the expected behavior?
If I use
nock('https://example.com/my_url', { reqheader }).log(console.log);
I would expect that a request to https://example.com would be checked against that route and that the logging would show that.
What is the actual behavior?
Nothing is logged to the console if the headers do not match the specified reqheader
This is confusing be
A small pet peeve of mine is that the --ssl option enables TLS, not SSL. I accept that the tech world uses these related but different terms interchangeably, but I'd rather be more correct by default.
To do:
- Replace the existing
--ssloption with--tls.
a. Note that this enables "TLS/SSL" in the documentation so it doesn't confuse people.
b. The short option-Scould stay th
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Apr 30, 2020 - Go
-
Updated
Apr 21, 2020 - Python
What would be the minimal IAM Policy for deploying, I know the policy on the website, but that has also access to EC2 and is quite broad. For example I would not need to control a domain from there.
Like it would be a role that you could put on Travis-CI and not worry about them deleting your EC2 instances.
I tried deleting everything other than Lambda, API Gateway and S3, but then I began
Hey, I'm trying to fetch out the data with JSON I've spent way too much time on google and tried every single solution with no success.. when I send the request it raises an json.decoder.JSONDecodeError Exception.
maybe can you help?
class TextOcrRes:
def on_post(self, req, resp):
"""Handles Text POST requests"""
json_data = json.loads(req.bounded_stream.read().deco
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
Apr 16, 2020 - Go
-
Updated
May 1, 2020 - C++
Brew is listed as the recommended way of installing httpie on macOS. However, it doesn't work with auth plugins.
For example, if you
pip3 install requests-hawkand then runhttp --helphawk will not show as an auth type. If youpip3 install httpie-oauthit will install httpie via pip as a dependency and overwrite the brew installed link in/usr/local/bin/httpand now all the plugins wil