mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
4 lines
96 B
Text
4 lines
96 B
Text
interface HttpInternal exposes [request] imports []
|
|
|
|
request : Str -> Str
|
|
request = \req -> req
|