Skip to content

Dead simple HTTP/2 standalone Undertow server for protocol tetsing

License

Notifications You must be signed in to change notification settings

PaulLodge/undertow-h2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dead simple H2 example server for testing the protocol.

Usage:

java -Dbind.address=127.0.0.1 -Dbind.port=8444 -Dpassphrase=changeit
 \ -Dkeystore.type=JKS -Dkeystore.path=./localhost.jks -Dtruststore.path=./localhost.jks -jar target/undertow-h2.jar

About

Dead simple HTTP/2 standalone Undertow server for protocol tetsing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%