0 | ||| Define core types and functions
19 | %language ElabReflection
21 | ||| HTTP pull stream type
22 | ||| Represents an asynchronous stream from which HTTP data can be pulled
23 | ||| @ o Output type
24 | ||| @ r Result type
29 | ||| HTTP byte stream type
30 | ||| Represents an HTTP stream from which bytes can be pulled
31 | ||| @ o Output type
37 | ||| HTTP Query parameter type
38 | ||| Represented as a key-value map, both key and value are strings