net/http.lua
changeset 11072 988ddd57e851
parent 11053 f103f59ea2b5
parent 11071 f2ffc16a9669
child 11189 409ce7686c11
equal deleted inserted replaced
11070:dc41c8dfd2b1 11072:988ddd57e851
   329 	urlencode = util_http.urlencode;
   329 	urlencode = util_http.urlencode;
   330 	urldecode = util_http.urldecode;
   330 	urldecode = util_http.urldecode;
   331 	formencode = util_http.formencode;
   331 	formencode = util_http.formencode;
   332 	formdecode = util_http.formdecode;
   332 	formdecode = util_http.formdecode;
   333 	destroy_request = destroy_request;
   333 	destroy_request = destroy_request;
       
   334 	features = {
       
   335 		sni = true;
       
   336 	};
   334 };
   337 };