Mercurial Hosting > luan
changeset 1437:3e185b27f982
Http.request.body
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 07 Jan 2020 21:03:57 -0700 |
parents | 65d4afc9ad07 |
children | a47021c3da1e |
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 Mon Jan 06 18:17:46 2020 -0700 +++ b/src/luan/modules/http/Http.luan Tue Jan 07 21:03:57 2020 -0700 @@ -53,6 +53,7 @@ else this.java = java this.raw_head = java.rawHead or error() + this.body = java.body this.method = java.method or error() this.raw_path = java.rawPath or error() this.original_path = java.originalPath or error()