Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.59 KB

compose.md

File metadata and controls

47 lines (30 loc) · 1.59 KB
description
Make a Restful Requests to your server, and inspect the HTTPS Response

Compose new Request

1. What's it?

Compose a new Request is a handy tool to help developers:

  • Compose an HTTP/HTTPS Request and send it to your service. It's similar to Paw, Insomnia, and Postman.
  • Quickly test your APIs without depending on your app client.
  • Support Header, Query, URL, Form, JSON Body
  • Support Raw Message
  • Preset template: Empty Request, GET Request, Post Request with JSON or Form.

{% hint style="info" %} You can reuse your request data for new requests. Please check out the Edit & Repeat page. {% endhint %}

Compose new request and inspect the response

2. How to use

You can open the tool by either:

  • Click on Compose button on the main navigation bar
  • Tools -> Compose

Open the Compose Tool

  1. Enter the URL
  2. Select HTTP Method
  3. Modify the Header, Param, Body, Raw Message
  4. Click Send button.

Compose JSON Body Using Raw Message

3. Template

Proxyman also supports few request templates.

Use preset template

4. Settings

  • Request Timeout: In Setting -> Tools Tab -> Request Timeout: Define a second that the Request will timeout. Use 0 to disable it. Available on Proxyman 4.13.0 or later