This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
Improve RequestInfo and ResponseInfo types #18
Labels
enhancement
M-T: A feature request for new functionality
currently, these types are used in many different contexts and the differences are mostly based on unstated convention.
sometimes it would be more useful to have string bodies than buffers
sometimes the properties that are undefined should be defined, and the rest of the time its a pain to explicitly set them to undefined
sometimes another data type houses the information needed like the timestamps
it would be useful to design a hierarchy of types where the relationships are well structured and defined. perhaps different types used in matching versus actual versus proxy recorded.
The text was updated successfully, but these errors were encountered: