- Using correct string traits to get the correct type for the string to use based on the tag.
- Using safe(r) string processing methods for handling header lines from the HTTP response.
- basic_response<> now contains version(), status(), and status_message().
TODO:
- multi-line headers processing
- multi-part message posting
- change from multi-map to vector to preserve request header ordering?