Mercurial Hosting > luan
changeset 1179:f9136432847e
add request.raw_head
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 14 Feb 2018 16:41:36 -0700 |
parents | 49cf706c326a |
children | 8ca49f5e114d |
files | src/luan/modules/http/Http.luan |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/modules/http/Http.luan Tue Feb 13 22:44:06 2018 -0700 +++ b/src/luan/modules/http/Http.luan Wed Feb 14 16:41:36 2018 -0700 @@ -37,6 +37,7 @@ this.cookies = {} else this.java = java + this.raw_head = java.rawHead or error() this.method = java.method or error() this.raw_path = java.rawPath or error() this.path = java.path or error()