BugBlocker/lotus

Supporting HTTP2

knassar702 opened this issue · 1 comments

Supporting HTTP2

new parameters for the http:send function

http:send {
   http2_only = true -- using http2 only
   http1_only = true -- using http1.1 only
}