2016-04-06 pycurlでhttp2-requestを行う方法 import pycurl c = pycurl.Curl() c.setopt(c.HTTP_VERSION, c.CURL_HTTP_VERSION_2)