testillano / h2agent

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

Rename data storage "requests" to "events" #77

Closed testillano closed 1 year ago

testillano commented 1 year ago

UX improvement to name "events" to the requests list in server data storage. This is because those registers hold not only request information but also responses to them, and the rename is more generic and intuitive. This is backward compatible.