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 1,660 public repositories matching this topic...
-
Updated
Mar 31, 2022 - Go
-
Updated
Feb 15, 2022 - Go
-
Updated
Apr 11, 2022 - Go
-
Updated
Apr 11, 2022 - Go
-
Updated
Apr 11, 2022 - Go
-
Updated
Sep 27, 2021 - Go
-
Updated
Apr 11, 2022 - Go
Is your feature request related to a problem? Please describe.
This is the logic currently implemented in the main branch:
If
headerscriteria are configured, a request is filtered in if it matches both headers and urls. Ifheaderscriteria are NOT configured, the probability options are used.
Describe the solution you'd like
I want to take the URL check when no header is
-
Updated
Jun 5, 2019 - Go
-
Updated
Mar 12, 2022 - Go
-
Updated
Apr 11, 2022 - Go
-
Updated
Oct 27, 2021 - Go
-
Updated
Apr 11, 2022 - Go
-
Updated
Apr 7, 2022 - Go
One can use WithSyncNotifiers() and if careful to unregister/register to avoid a loop; you can process the new value but it would be simpler to have an api that returns the value instead
(use case: trim white spaces for instance on a dynstring or other transformations)
could also simplify how loglevel is done
Expected Behaviour
When users list or query functions from the REST API, then the memory limits set on the functions should be returned in the JSON response.
Current Beha
-
Updated
Mar 27, 2022 - Go
-
Updated
Mar 21, 2022 - Go
-
Updated
Sep 10, 2020 - Go
-
Updated
Mar 30, 2022 - Go
How to test
Caddyfile
test1.env
test2.env
Run command
Possib