You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
By submitting this issue, I confirm the following:
I have read and understood the contributor guide in kovri-docs.
I have checked that the issue I am reporting can be replicated or that the feature I am suggesting is not present.
I have checked opened or recently closed pull requests for existing solutions/implementations to my issue/suggestion.
There are a number of glaring style issues with HTTPMessage. Data members should be private, needs new getters/setters for those data members, HTTP + URI components need their own structs, etc.
By submitting this issue, I confirm the following:
There are a number of glaring style issues with
HTTPMessage
. Data members should be private, needs new getters/setters for those data members, HTTP + URI components need their own structs, etc.References #340.
The text was updated successfully, but these errors were encountered: