1. 首页
  2. 数据库
  3. 其它
  4. http:在Elm中发出HTTP请求 源码

http:在Elm中发出HTTP请求 源码

上传者: 2021-02-08 08:29:11上传 ZIP文件 13.68KB 热度 25次
HTTP 在Elm中发出HTTP请求。 与服务器对话。 我强烈建议您阅读以了解如何使用此软件包! 例子 您可能会创建以下命令来使用此软件包发送HTTP请求: import Http import Json.Decode as D type Msg = GotBook ( Result Http . Error String ) | GotItems ( Result Http . Error ( List String )) getBook : Cmd Msg getBook = Http . get { url = " https://elm-lang.org/as
用户评论