mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
4 lines
96 B
Text
4 lines
96 B
Text
interface HttpInternal exposes [request] imports []
|
|
|
|
request : Str -> Str
|
|
request = \req -> req
|