Register
Log in
Home
App Stores
Public App Store
Private App Store
Apps Shared With Me
Solution Stores
Public Solutions
Private Solutions
Solutions Shared With Me
My Web Apps
My Web Bots
My Web Bots For Sharing
Start/Stop Apps Remotely
Documentation
What is Easybots?
Solution Tutorials
1. My Web Bots & USB Cam
Developer Tutorials
1. My First Bot
2. Triggers
3. Passing Data
4. Data Models
5. GitHub (on github.com)
6. Dev Cheat Sheet
Blog
Community
FAQ
Blog
Pricing
×
Use Easybots Studio to download and use the bots from this app
Add To Favorites
App
HTTP Methods
Free
Description
HTTP Methods for your bots. GET, POST, PUT, PATCH, DELETE, etc, and get the response back to your Easybots' solutions.
Author
Easybots Devs
Version
1.0.30.1
Available bots in this app
HttpMethodsBot
Actions
Post
Inputs
URL : String
headers : String
body : String
Returns
StatusCodeText : String
StatusCode : Int32
Content : String
Put
Inputs
URL : String
headers : String
body : String
Returns
StatusCodeText : String
StatusCode : Int32
Content : String
Patch
Inputs
URL : String
headers : String
body : String
Returns
StatusCodeText : String
StatusCode : Int32
Content : String
Delete
Inputs
URL : String
headers : String
Returns
StatusCodeText : String
StatusCode : Int32
Content : String
Get
Inputs
URL : String
headers : String
Returns
StatusCodeText : String
StatusCode : Int32
Content : String
ExecuteHttpMethod
Inputs
URL Base : String
HTTP Method : String
headers : NameStringArrayCollection
body : Byte[]
queryParams : NameStringCollection
Returns
StatusCodeText : String
StatusCode : Int32
Content : String