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 684 public repositories matching this topic...
Feature request
Feature description
The generated and installed config files permission are too open, any user logined on the system can read and write them. So i suggest append a chmod command into Extract tar step to keep config files more safty.
How the feature is useful
Vert.x is a tool-kit for building reactive applications on the JVM
-
Updated
Aug 10, 2021 - Java
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
Small, fast, modern HTTP server for Erlang/OTP.
-
Updated
May 29, 2021 - Erlang
High-performance PHP application server, load-balancer and process manager written in Golang
-
Updated
Aug 12, 2021 - Go
-
Updated
Jul 2, 2021 - Java
-
Updated
Jul 26, 2021 - JavaScript
Hello,
Our static analyzer found a following potential NPE. We have checked the feasibility of this execution trace. It is necessary to defend this vulnerability to improve the code quality.
Here is the bug trace.
Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
-
Updated
Aug 4, 2021 - Go
For example, we do not provide these methods.
final GraphQLSchema schema = ...
sb.service("/graphql", GraphqlService.builder()
.schema(schema)
.runtimeWiring(c -> {
final StaticDataFetcher bar = new StaticDataFetcher("bar");
c.Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
-
Updated
Aug 12, 2021 - Java
Fast and idiomatic client-driven REST APIs.
-
Updated
Jun 15, 2021 - Go
canonical libwebsockets.org networking library
-
Updated
Aug 10, 2021 - C
Fast and secure tunnels over HTTP/2
-
Updated
Aug 12, 2021 - Go
-
Updated
Aug 11, 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
Headless Chromium-based web performance metrics collector and monitoring tool
-
Updated
Aug 9, 2021 - JavaScript
Infinitely transfer between any device over pure HTTP, designed for everyone using Unix pipe and even for browser users
-
Updated
Aug 10, 2021 - TypeScript
HTTP(S) benchmark tools, testing/debugging, & restAPI (RESTful)
-
Updated
Jul 13, 2021
A detailed document explaining and documenting HTTP/2, the successor to the widely popular HTTP/1.1 protocol
-
Updated
Jun 24, 2021 - CSS


Checklist
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