Comparison

net/http.lua @ 7793:4f1b5596250b

net.http: Strip trailing whitespace
author Kim Alvefur <zash@zash.se>
date Fri, 30 Dec 2016 18:25:36 +0100
parent 7792:0bc6c3704973
child 7798:74cfec1fe5a2
child 8045:55a56dc935f2
comparison
equal deleted inserted replaced
7792:0bc6c3704973 7793:4f1b5596250b
207 return req; 207 return req;
208 end 208 end
209 209
210 return { 210 return {
211 request = request; 211 request = request;
212 212
213 -- COMPAT 213 -- COMPAT
214 urlencode = util_http.urlencode; 214 urlencode = util_http.urlencode;
215 urldecode = util_http.urldecode; 215 urldecode = util_http.urldecode;
216 formencode = util_http.formencode; 216 formencode = util_http.formencode;
217 formdecode = util_http.formdecode; 217 formdecode = util_http.formdecode;