Stoobly / stoobly-agent

Record, mock, and test HTTP/HTTPS requests. CLI agent for Stoobly.
Other
6 stars 0 forks source link

Request section should have body #83

Closed stoobmmelier closed 1 year ago

stoobmmelier commented 1 year ago
curl "https://my-host.com/v1/users" \
    -H "Content-Type: application/x-www-form-urlencoded" \
    -d "type=user" 

See above curl. For example if you record a POST request with a form body, there's no section in UI for the request body. Response section of the request does have a body