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