retrofit icon indicating copy to clipboard operation
retrofit copied to clipboard

Allow headers with non-ascii values

Open vipulasri opened this issue 3 years ago • 0 comments

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:

  1. Header
  2. Headers
  3. HeaderMap

vipulasri avatar Nov 26 '21 10:11 vipulasri