Fetch the repository succeeded.
Gobot is a stateful api testing tool that supports graph editing, api calling, and binding script execution.
behavior tree
+ script
to control the execution logic of the robottag
+ filter
stress tests
(concurrent driving robotsTry the editor out on website
-- lua script
local http = require("http")
reqTable = {
body = {}, -- post body
timeout = "10s", -- http timeout
headers = {}, -- http headers
}
-- .post .put .get
res, err = http.post("url", reqTable)
--[[
res -- userdata
res["body"] -- http response body
res["body_size"] -- body size
res["headers"] -- http headers
res["cookies"] -- http cookies
res["status_code"] -- http status code
res["url"] -- request url
err -- error message
]]--
base64 |
http |
protobuf |
utils |
mongoDB |
json |
Sign in to post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Repository Comments ( 0 )