Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

libsese/sese-http

Repository files navigation

sese-http

Simple test command

http/1.1 to h2

curl --http2 -k http://127.0.0.1:80/haha --noproxy "*" -v

without upgrade

curl --http2-prior-knowledge -k https://127.0.0.1:80/haha --noproxy "*" -v

Todos

  • servlet
  • controller
  • filter
  • static resources mounting
  • ALPN
  • http/1.1
  • http/2 (exclude the priority algorithm)
  • merge into sese-core

Others

verify via h2spec