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 ea5fe68 commit bfb0a99Copy full SHA for bfb0a99
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