Skip to content

tidyoux/gluaresty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gluaresty

local resty = require("resty")

local resp, err = resty.R()
    :SetQueryParams({key = "value"})
    :SetHeaders({key = "value"})
    :SetBody({key = "value"})
    :Execute("POST", "http://url")
if err ~= nil then
    error(err.Error())
end

resp = resty.P(resp)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages