Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Perl CGI HTTP2

by Anonymous Monk
on Nov 27, 2020 at 07:38 UTC ( [id://11124282]=note: print w/replies, xml ) Need Help??


in reply to Perl CGI HTTP2

CGI is a text-based protocol that closely mimics HTTP/1.1 on the wire. HTTP/2 is a binary protocol designed to multiplex multiple transfers at the same time. I'm afraid that teaching CGI.pm to speak HTTP/2 is out of question. Actually, the CGI RFC defines the NPH output as an HTTP/1.0 or HTTP/1.1 response message, so unless there are servers that set SERVER_PROTOCOL=HTTP/2.0, no CGI script will speak HTTP/2, Perl or otherwise.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11124282]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-19 19:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found