#
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 646 public repositories matching this topic...
High performance, minimalist Go web framework
go
letsencrypt
ssl
middleware
web
microservice
echo
https
websocket
micro-framework
http2
web-framework
labstack-echo
-
Updated
Jan 15, 2021 - Go
Vert.x is a tool-kit for building reactive applications on the JVM
-
Updated
Jan 22, 2021 - Java
letsencrypt
nginx
wordpress
ssl
security
hsts
digitalocean
drupal
gzip
cdn
https
http2
rate-limiting
php-fpm
ssl-certificate
hacktoberfest
nginx-configuration
nginx-configs
security-headers
digitalocean-community-tools
-
Updated
Jan 19, 2021 - JavaScript
Small, fast, modern HTTP server for Erlang/OTP.
http
erlang
functional
web
rest
https
high-performance
websocket-server
websocket
http2
websockets
web-framework
cowboy
http-server
production-ready
http2-server
-
Updated
Jan 7, 2021 - Erlang
android
fast
http
downloader
awesome
networking
libraries
download
internet
https
network
http2
rxjava
http-client
android-library
okhttp
downloadmanager
rxjava2
okhttpclient
fast-android-networking
-
Updated
Nov 10, 2020 - Java
High-performance PHP application server, load-balancer and process manager written in Golang
golang
php
http
php7
application-server
http2
workers
supervisor
load-balancer
rpc
psr-7
http2-push
roadrunner
-
Updated
Jan 23, 2021 - Go
-
Updated
Jan 16, 2021 - JavaScript
ujjboy
commented
Nov 27, 2018
非常感谢大家对 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
java
tls
ssl
http
embedded
jsp
https
eclipse
http2
websockets
http-client
osgi
http-server
jetty
servlet
fcgi
unix-socket
http2-push
-
Updated
Jan 22, 2021 - Java
Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
-
Updated
Jan 17, 2021 - Go
Fast and idiomatic client-driven REST APIs.
api
graphql
rest
rest-api
http2
preload
reverse-proxy
server-push
hacktoberfest
http3
hypermedia-api
early-hints
vulcain
vulcain-server
-
Updated
Dec 27, 2020 - Go
trustin
commented
Dec 31, 2020
A user can easily serve a static file in an annotated service as follows:
@Get("...")
@Head("...")
HttpResponse getFile(ServiceRequestContext ctx) {
return HttpFile.of(...).asService().serve(ctx, ctx.request());
}However, it'd be even nicer if a user can do this:
@Get("...")
@Head("...")
HttpFile getFile() {
return HttpFile.of(...);
}canonical libwebsockets.org networking library
c
lightweight
embeddable
http2
websockets
sshd
libevent
freertos
libwebsockets
client-server
libev
libuv
c-library
portable-library
lws
-
Updated
Jan 23, 2021 - C
Fast and secure tunnels over HTTP/2
-
Updated
Nov 18, 2020 - Go
notifications
golang
apple
jwt
http2
apns
jwt-token
safari-push-notifications
apns2
apple-push-notifications
apns-http
-
Updated
Aug 5, 2020 - Go
A powerful capture and injection tool for the Android platform
-
Updated
Oct 6, 2020 - JavaScript
Infinitely transfer between every device over pure HTTP, designed for everyone using Unix pipe and even for browser users
-
Updated
Jan 23, 2021 - TypeScript
A detailed document explaining and documenting HTTP/2, the successor to the widely popular HTTP/1.1 protocol
-
Updated
Jan 16, 2021 - CSS
TimWolla
commented
Jan 3, 2021
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
mysql
go
redis
lua
cross-platform
http2
postgresql
live-reload
server-sent-events
gopher
quic
pongo2
http3
tls13
algernon
-
Updated
Jan 19, 2021 - Go
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
caching
http
nosql
key-value
https
high-performance
proxy
cache
http2
restful
load-balancer
reverse-proxy
haproxy
http-cache
nuster
-
Updated
Jan 17, 2021 - C
HTTP(S) benchmark tools, testing/debugging, & restAPI (RESTful)
http
benchmark
awesome
tools
https
rest-api
canary
http2
restful
awesome-list
restful-api
canary-test
-
Updated
Dec 6, 2020


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