标签: UNIX

  • 网络命令 curl

    网络命令 curl

    curl 是 UNIX 里经典的命令行程序。它支持众多的网络协议。可以用来做简单 HTTP 请求测试。

    发送 HTTP 请求

    curl https://blog.tongdelove.com
    <!doctype html>
    <html lang="zh-CN" class="respect-color-scheme-preference">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <title>吴文斌的博客 – Just another WordPress site</title>
        ...

    (更多…)