GET http://localhost:8000/charset/default HTTP 200 Content-Type: text/html; charset=utf-8 `

Hello World!

` GET http://localhost:8000/charset/latin1 HTTP 200 Content-Type: text/html; charset=latin1 [Asserts] body == "

café

" GET http://localhost:8000/charset/gb2312 HTTP 200 Content-Type: text/html; charset=gb2312 [Asserts] body == "

你好世界

" GET http://localhost:8000/charset/cp1256 HTTP 200 Content-Type: text/html; charset=cp1256 [Asserts] body == "

مرحبا بالعالم

" GET http://localhost:8000/charset/uppercase HTTP 200 Content-Type: text/html; charset=UTF-8 [Asserts] body == "

Hello World!

"