testillano / h2agent

C++ HTTP/2 Mock Service which enables mocking HTTP/2 applications (also HTTP/1 supported).
Other
10 stars 0 forks source link

Implement udp-server-h2client tool #97

Closed testillano closed 1 year ago

testillano commented 1 year ago

Same as we have an udp-server utility which prints UDP events received in a unix socket (to test UDP events from h2agent UDPSocket target), now we would like to design a utility to trigger HTTP/2 request on such events.

For example, given a event content "data", we could interpret it as a MSISDN or sequence to build a json object and sent to destination. We will combine the h2client tool with udp-server and will give replacement features.