Skip to content

HTTP Client in Martini

Martini’s HTTP Client provides a robust interface for creating, testing, and managing HTTP requests, making it easy to interact with external APIs and web services. It also allows for quick invocation of APIs, services, and workflows created within Martini, streamlining the testing and integration process. With a comprehensive set of tools, the HTTP Client enables efficient API testing, cookie management, and the reuse of requests as services within workflows.

Topics Covered

  • Creating Requests: Steps for creating and configuring HTTP requests, including methods, headers, parameters, and body content.
  • Cookie Manager: Manage cookies to maintain session data and manage state across requests.
  • Postman Import/Export: Import requests from Postman collections or export Martini requests to Postman format.
  • Exporting a Service: Convert HTTP requests into reusable Martini services.