Please check if the PR fulfills these requirements
[x] I made sure that my code builds (VisualStudio & cake script: build.ps1)
[x] I merged the master into this branch before pushing
[x] The commit message follows our guidelines
[x] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (check one with "x")
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:
What is the current behavior? (You can also link to an open issue here)
See #125
What is the new behavior?
closes #125
Does this PR introduce a breaking change? (check one with "x")
[x] Yes
[ ] No
If this PR contains a breaking change, please describe the impact and migration path for existing applications
HTTP messages are no longer represented using the IDictionary<string, string> interface. Instead, the IMessage interface has been added. Any code directly reading from or manipulating the raw dictionaries will need to be adapted to the new interface.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behavior? (You can also link to an open issue here)
See #125
What is the new behavior?
closes #125
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications
HTTP messages are no longer represented using the
IDictionary<string, string>
interface. Instead, theIMessage
interface has been added. Any code directly reading from or manipulating the raw dictionaries will need to be adapted to the new interface.Other information