example/README.md in http-2-0.8.2 vs example/README.md in http-2-0.8.3
- old
+ new
@@ -6,9 +6,13 @@
# Direct connection
$> ruby server.rb
$> ruby client.rb http://localhost:8080/ # GET
$> ruby client.rb http://localhost:8080/ -d 'some data' # POST
+# Server push
+$> ruby server.rb --push
+$> ruby client.rb http://localhost:8080/ # GET
+
# TLS + NPN negotiation
$> ruby server.rb --secure
$> ruby client.rb https://localhost:8080/ # GET
$> ...
```