retrofit
retrofit copied to clipboard
Allow headers with non-ascii values
Okhttp allows sending non-ASCII characters in headers but retrofit doesn't have the provision to allow them via annotations. This PR request adds the possibility to allow non-ASCII characters via all Header annotations. Affected Annotations:
- Header
- Headers
- HeaderMap