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 683 public repositories matching this topic...
-
Updated
Jul 2, 2021 - JavaScript
-
Updated
Jul 22, 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
-
Updated
May 29, 2021 - Erlang
-
Updated
Jul 24, 2021 - Go
-
Updated
Jul 2, 2021 - Java
-
Updated
Jun 14, 2021 - JavaScript
异常信息
RPC-010060028: 注射中心配置 [http://127.0.0.1:9603] 当前不支持。
报错的异常有错别字
-
Updated
Jul 8, 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.-
Updated
Jul 25, 2021 - Java
-
Updated
Jun 15, 2021 - Go
-
Updated
Jul 23, 2021 - C
-
Updated
May 25, 2021 - Go
-
Updated
Jan 24, 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
Jul 22, 2021 - JavaScript
-
Updated
Jul 25, 2021 - TypeScript
-
Updated
Jul 13, 2021
-
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