libnghttp2 1.68.0

FFI bindings to the HTTP/2 framing layer of nghttp2 C library
Documentation
1
2
3
4
5
6
7
#!/bin/sh -e

BCPATH=doc/bash_completion

for prog in nghttp nghttpd nghttpx h2load; do
    $BCPATH/make_bash_completion.py src/$prog > $BCPATH/$prog
done