You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using akka-http directly I could get around this by passing in a RawHeader. Is it possible to expose the ability for sttp3 to avoid the parsing call and optionally use a RawHeader?
The text was updated successfully, but these errors were encountered:
I'm observing that when using the akka-http backend, headers with values that contain key-value-pairs, double quotes will get stripped out:
i.e.
Which seems to be caused by akka http's parse:
sttp/akka-http-backend/src/main/scala/sttp/client3/akkahttp/ToAkka.scala
Line 24 in 8dcc487
When using akka-http directly I could get around this by passing in a RawHeader. Is it possible to expose the ability for sttp3 to avoid the parsing call and optionally use a RawHeader?
The text was updated successfully, but these errors were encountered: