This document discusses internationalization support in HTTP. It covers:
1) HTTP supports international content by allowing language tags and character encodings to be specified in requests and responses.
2) URIs can contain international characters by using URI escaping to encode them.
3) Other considerations include using the correct GMT date format and internationalizing domain names to support non-ASCII characters.