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 09d7de9 commit a0fc6a2Copy full SHA for a0fc6a2
libraries/common/io/requests.effekt
@@ -392,6 +392,7 @@ namespace plain {
392
case _ => false
393
}
394
395
+ // TODO line continuations
396
def parseHeaderLine(): (String, String) / { Scan[Char], Exception[WrongFormat] } = {
397
with returning::expect("HTTP Header line")
398
val k = collectString { readWhile { c => c.isHTTPTokenChar() } }
0 commit comments