try new feature...

This commit is contained in:
Eugenio Marzo
2022-10-20 23:39:53 +02:00
parent bc4794dc35
commit 791c5792d4
8 changed files with 180 additions and 98 deletions
+6
View File
@@ -11,3 +11,9 @@ end
local token = os.getenv("TOKEN")
local arg = ngx.req.get_uri_args()
local body_data = ngx.req.get_body_data()
file = io.open("/tmp/experiments.yaml", "w")
io.output(file)
io.write(body_data)
io.close(file)