Skip to content

janweinschenker/jetty-http2-client-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Code for the Jetty HTTP/2 client

Usage

This example needs JDK 1.8.0_60 or newer.

  1. Checkout project at https://github.com/janweinschenker/simple-rest-service
  2. Run the rest service as it is described in its readme.
  3. Checkout this Jetty example
  4. run once:
    1. $ cd script
    2. $ ./import-server-cert.sh to import the self signed certificate into your jvm's keystore.
    3. $ cd ..
  5. run $ mvn clean package exec:exec

About

A demo for the usage of jetty as an http2-client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published