Module tea_sdk::actors::http

Structs

  • Base request to send a oracle http request via tea system. method could be GET, POST, PUT or DELETE. url is the base request url, not that only support https. headers is a vec truple, can input the base auth key or anything you need. payload is the data body you need to post.
  • Base response from sending an oracle http request via tea system.

Constants