Name
easy:SetOpt_HTTP09_Allowed -- allow HTTP/0.9 response (V2.0)
Synopsis
easy:SetOpt_HTTP09_Allowed(allowed)
Function
Pass True to allow HTTP/0.9 responses.

An HTTP/0.9 response is a server response entirely without headers and only a body. You can connect to lots of random TCP services and still get a response that curl might consider to be HTTP/0.9!

Inputs
allowed
input value

Show TOC