Set request body
- Getting started
- Set request body
When building your HTTP-request in Paw you can set the body in the Body section. You can choose either of the five body types: Text, JSON, Form URL-Encoded, Multipart or File.
Set Text body
Set Text body
Paste the message in the Text section.
Set JSON body
Set JSON body
Click on the plus button to add a new field. You can set the input type by clicking on the field.
Send string, boolean, or null as JSON body
- Set the body in the
Text
tab.
- Set the Content-Type header to
application/json
.
Set Form URL-Encoded body
Set Form URL-Encoded body
Insert key/value pairs in the fields.
Set Multipart body
Set Multipart body
Insert name/value pairs for the parts. Use the File dynamic value to upload files.
Set File body
Set File body
To send a file not as multipart, drop your file in the File section.