We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1f15c commit 1ec3113Copy full SHA for 1ec3113
requests/src/requests/Model.scala
@@ -82,7 +82,7 @@ object RequestBlob{
82
private[this] val s = f(x)
83
override def headers =
84
super.headers ++
85
- s.httpContentType.map("Content-Type" -> _)
+ s.httpContentType.map("Content-Type" -> _) ++
86
s.contentLength.map("Content-Length" -> _.toString)
87
def write(out: java.io.OutputStream) = s.writeBytesTo(out)
88
}
0 commit comments