Mercurial > prosody-hg
comparison net/http.lua @ 11068:988ddd57e851
Merge 0.11->trunk
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 15 Sep 2020 09:09:06 +0100 |
| parents | f103f59ea2b5 f2ffc16a9669 |
| children | 409ce7686c11 |
comparison
equal
deleted
inserted
replaced
| 11066:dc41c8dfd2b1 | 11068: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 }; |
