gpt4 book ai didi

perl - 强制 Perl Dancer 使用 HTTP/1.1

转载 作者:可可西里 更新时间:2023-11-01 17:11:08 24 4
gpt4 key购买 nike

如何设置 Perl Dancer 以默认使用 HTTP/1.1 应答?我刚刚启动了一个 hello world 应用程序,使用 HTTP/1.1 启动了我的 curl,它使用 HTTP/1.0 进行响应。

foo@deathstar:~/MyWeb-App/lib/MyWeb$ curl -v http://localhost:3000

About to connect() to localhost port 3000 (#0)
> * Trying 127.0.0.1... connected
> * GET / HTTP/1.1
> User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
> Host: localhost:3000
> Accept: */*
> HTTP 1.0, assume close after body < HTTP/1.0 200 OK < Server: Perl Dancer 1.311 < Content-Length: 5601 < Content-Type: text/html;
> charset=utf-8 < X-Powered-By: Perl Dancer 1.311

最佳答案

看起来 HTTP 协议(protocol)是硬编码在 HTTP::Server::Simple::PSGI 中的,这是 Dancer 在独立模式下运行时使用的协议(protocol)。

https://metacpan.org/module/Dancer::Deployment包含有关部署应用选项的详细信息。

作为快速测试,我执行了 plackup -s Starman -a ./hello_world.pl,它使用 HTTP/1.1 而不是 HTTP/1.0 进行了响应。

关于perl - 强制 Perl Dancer 使用 HTTP/1.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13680520/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com