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