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