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 618 public repositories matching this topic...
High performance, minimalist Go web framework
-
Updated
Aug 30, 2020 - Go
Vert.x is a tool-kit for building reactive applications on the JVM
-
Updated
Aug 25, 2020 - Java
-
Updated
Aug 28, 2020 - Vue
Small, fast, modern HTTP server for Erlang/OTP.
-
Updated
Aug 19, 2020 - Erlang
-
Updated
Aug 22, 2020 - Java
High-performance PHP application server, load-balancer and process manager written in Golang
-
Updated
Aug 28, 2020 - Go
v2ray多用户管理部署程序
-
Updated
Aug 29, 2020 - Python
非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。
收集目的
- 了解 SOFAStack 的使用场景以便更好的规划技术路线
- 聆听社区的不同声音,让 SOFAStack 变得更好
- 吸引更多的开源爱好者参与贡献,共同打造 SOFAStack
收集方式
请按如下参考格式回复本 Issue 进行登记:
* 公司/组织名称:蚂蚁金服
* 地点:中国杭州
* 网址:http://www.antfin.com
* 使用组件及场景:全套金融级分布式中间件
* 联系方式:zhanggeng.zg@antfin.com
展示
我们会定期同步信息至「Awesome SOFA」的用户列表中。
服务
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
-
Updated
Aug 28, 2020 - Java
Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
-
Updated
Aug 20, 2020 - Go
Use HTTP/2 Server Push to create fast and idiomatic client-driven REST APIs
-
Updated
Jul 14, 2020 - Go
canonical libwebsockets.org websocket library
-
Updated
Aug 26, 2020 - C
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
Fast and secure tunnels over HTTP/2
-
Updated
Feb 12, 2020 - Go
-
Updated
Aug 5, 2020 - Go
A detailed document explaining and documenting HTTP/2, the successor to the widely popular HTTP/1.1 protocol
-
Updated
Jul 26, 2020 - CSS
A powerful capture and injection tool for the Android platform
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Aug 28, 2020 - Go
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
-
Updated
Aug 15, 2020 - C
Uncomplicated, modern HTTP server
-
Updated
Mar 22, 2020 - Go
Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc.
-
Updated
Aug 23, 2020 - Go
currently "option forwardfor" cant't be unset, so there is no way to enable it in the default section and disable it in a particular frontend


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