HTTP requests and responses share common structure with:
- SMTP messages
- NNTP messages
Is there a common library for all three hiding in here?
I think there are some MIME aspects to SMTP/NNTP messages that likely don't apply to HTTP, e.g. I've never heard of an HTTP request (or response) with a multipart MIME type.