Open mila opened 1 year ago
It is a question how to test alternative implementations. hface test suite checks all combinations of know protocols. When working on library with some alternative protocol, I should be able to run hface tests to check compatibility.
The CLI has
--http{1,2,3}-impl
options that allow to choose between protocol implementations, but in the default setup only the default implementations are available.Document how to register custom implementation. Maybe publish httptools or nghttp2 adapters as examples.