https
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 2,084 public repositories matching this topic...
-
Updated
Jun 1, 2022 - C
Checklist
- Dependencies installed
- No typos
- Searched existing issues and docs
Issue Description
When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.: e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))
I am not saying that it is a common use case to have
-
Updated
May 26, 2022 - Go
Feature request
Place the access_log and error_log directives inside the main server block instead of http block.
Feature description
Disable access_log at http block:
File: /etc/nginx/nginx.conf
# ...
http {
# ...
access_log off;
# ...
}
# ...Enable per site access_log and error_log at main server block:
File: /etc/nginx/
-
Updated
May 24, 2022 - Java
-
Updated
Oct 20, 2021 - Shell
-
Updated
May 25, 2022 - TypeScript
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
May 31, 2022 - C++
-
Updated
May 28, 2022 - Java
-
Updated
May 30, 2022 - C
-
Updated
May 29, 2022 - Go
-
Updated
Jun 1, 2022 - Java
-
Updated
May 30, 2022 - JavaScript
Hi,
for example I have a netshoot pod running in kubernetes, when I run curl
kubectl exec -it netshoot-hostnetwork -- curl -k -v https://10.1.34.88/
I want to trace the TLS connection from the curl from the netshoot-hostnetwork pod, the curl in netshoot-hostnetwork pod has libssl below in the pod namespace
kubectl exec -it netshoot-hostnetwork -- ldd /usr/bin/curl
/l
-
Updated
Apr 27, 2020 - Java
Your Feature Request
Some applications are not case-sensitive on the URL parameters, and may look for arguments presented under any fantasist format. One could argue that we could turn the complete string to lower case before performing the lookup, but that would also change the values, which is not desired. A better approach would be to improve url_param, urlp, and urlp_val() to take a
-
Updated
Apr 20, 2022 - Kotlin
-
Updated
Mar 13, 2021 - Shell
-
Updated
May 13, 2022
We had an issue where an api user was using the incorrect parameters on an API call. Having this feature would have made the API fail instead of proceeding. The bug would been found earlier.
I can see where this would be a hassle on many cases, But it would be nice for new projects.
I suppose it could be a global config item that could be overridden at the individual action level:
For
-
Updated
Jun 1, 2022 - C
It would be a nice addition to integrate Minimal windows service stub in Caddy (built for Windows).
At the moment, it is necessary to use for example NSSM to install Caddy as a service on Windows.
See how it becomes much more natural to [install the service and remove it in the case of another project (Gitea) with the Windows tools](https: