http2
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 704 public repositories matching this topic...
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
Nov 10, 2021 - JavaScript
-
Updated
Nov 11, 2021 - Java
The MinSendBackupAfterMs is now set to 1 ms. Unfortunately this causes backup requests to be send when there is low load. It would be useful if we could set the minimum a little bit higher for certain endpoints.
-
Updated
Nov 4, 2021 - Erlang
-
Updated
Nov 7, 2021 - Go
-
Updated
Oct 1, 2021 - Java
-
Updated
Nov 9, 2021 - JavaScript
-
Updated
Sep 13, 2021 - Go
Now, callback ThreadPoolExecutor is build-in in AsyncRuntime. User can't recognize that the callback executor is full.
We need to add a set method ,so that users can custom their own callback executor.
The current exporter doesn't support OpenMetrics format. It's fairly simple and most of this is actually handled directly by the prometheus library itself via the TextFormat class. See: https://github.com/AngerM/ag_server/blob/main/base/src/main/kotlin/dev/angerm/ag_server/http/PrometheusHandler.kt
Which I based off of https://github.com/prometheus/client_java/blob/master/simpleclient_httpserver
-
Updated
Nov 11, 2021 - C
-
Updated
Nov 12, 2021 - Java
-
Updated
Oct 14, 2021 - Go
-
Updated
Nov 7, 2021 - Go
-
Updated
Oct 27, 2021 - Go
-
Updated
Sep 23, 2021 - Go
Currently we have a mix of:
Out of memory error.Out of memory errorout of memory errorout of memoryout of memory.out of memory [some context]
All these should be adjusted to use the same wording for consistency and it should also make the executable a little bit smaller
-
Updated
Nov 9, 2021 - TypeScript
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Oct 16, 2021
We had a typo in our code that led to this error: https://github.com/vapor/vapor/blob/main/Sources/Vapor/Routing/Parameters%2BRequire.swift#L23. It was hard to debug in part because of the vague
Abort(.internalServerError). I suggest adding areasonvalue to theAbort, unless that would be considered a breaking change. I can submit a PR if you're interested.