Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDefine `HEADER_FIELD_ENCODE_SET` #428
Conversation
|
The |
|
Because it's a standardized encoding commonly needed by both web services and clients, similar to the others. Correct implementations of the |
|
Still, wouldn’t this belong more in a crate like |
|
The |
|
Closing as out of scope. Even with this PR, this crate does not provide an implementation (correct or not) of the |
Ralith commentedJan 20, 2018
•
edited by larsbergstrom
This is needed for encoding UTF-8 in header fields, e.g.
Content-Disposition: attachment; filename*=UTF-8''.... Defined in RFC8187. I'd appreciate a double-check that I got the characters right.This change is