net/http.lua
branch0.11
changeset 11071 f2ffc16a9669
parent 11067 30d3f6f85eb8
child 11072 988ddd57e851
equal deleted inserted replaced
11067:30d3f6f85eb8 11071:f2ffc16a9669
   312 	urlencode = util_http.urlencode;
   312 	urlencode = util_http.urlencode;
   313 	urldecode = util_http.urldecode;
   313 	urldecode = util_http.urldecode;
   314 	formencode = util_http.formencode;
   314 	formencode = util_http.formencode;
   315 	formdecode = util_http.formdecode;
   315 	formdecode = util_http.formdecode;
   316 	destroy_request = destroy_request;
   316 	destroy_request = destroy_request;
       
   317 	features = {
       
   318 		sni = true;
       
   319 	};
   317 };
   320 };