TestMace
0.0.1-beta.7
0.0.1-beta.7
  • Getting Started
  • Interface
    • The Menu
    • Interface Overview
    • Scratches
    • Node Types
    • Keyboard Shortcuts
  • Node Types
    • Project
    • Folder
    • RequestStep
    • Assertion
      • Compare
      • Contains
      • Script
      • XPath
    • Link
    • API description
      • ApiRootFolder
      • ApiFolder
      • ApiRoute
      • API Description Import
    • Broken
    • Script
  • Variables
    • User-Defined Variables
      • Static Variables
      • Dynamic Variables
    • Default Variables
    • Environment Variables
  • Working with the project
    • Cookie
    • Authorization
  • Settings
    • Proxy
  • Other features
    • Bulk Edit
    • Import & Export
      • Shared
      • cURL
      • Swagger
      • Postman
    • Default HTTP headers
Powered by GitBook
On this page

Was this helpful?

  1. Other features
  2. Import & Export

cURL

PreviousSharedNextSwagger

Last updated 5 years ago

Was this helpful?

- is a command line tool allowing you to interact with services via different protocols with URL syntax. It is widely used today, including sending HTTP requests from the command line. TestMace allows you to import the curl command with parameters into a node request.

There are two ways to import a request from cURL:

  • import from the project context menu: Import -> cURL;

  • import from the or node context menu: Import -> cURL.

You'll see the next dialog:

Take a look at how a request is copied from the browser requests list as cURL:

Here you need to set the new node name and the import command.

RequestStep
cURL
RequestStep
Folder
Project
The dialog for import from cURL