1. 首页
  2. 考试认证
  3. 其它
  4. 使用cohttp lwt实现最简Hello World服务

使用cohttp lwt实现最简Hello World服务

上传者: 2024-10-29 08:10:31上传 ZIP文件 46.89KB 热度 2次

cohttp-lwt-hello 使用 Mirage 的基于 LWT 的库,实现了最简单的 Hello World 服务。该示例代码目标是提供一个比标准更短、更易读的 cohttp 介绍。以下是编译和使用的步骤:

  1. 运行命令:

    ```

    $ make

    $ ./hello.native

    ```

  2. 使用 curl 验证服务输出:

    ```

    $ curl \"http://localhost:8081/\"

    ```

输出:


hello world

用户评论