简体   繁体   中英

HTTP2 server that responds any response code / frame

What's the quickest way to setup an HTTP/2 server that can 1. dumbly respond any response code/payload at will 2. GOAWAY frame at will 3. stop responding to PING frame

Assume I have access to Ubuntu, RHEL, SUSE, or any Linux distro AWS EC2 offers (Debian, Amazon Linux, etc)

It needs to support both clear and TLS

Thanks

这就是低级 HTTP/2 库允许您执行的操作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM