Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 517 Bytes

File metadata and controls

14 lines (12 loc) · 517 Bytes
title HttpRequest
description HttpRequest Schema Reference

Properties

Property Type Required Description
url string API endpoint URL
method Enum<'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE'> optional HTTP method
headers Record<string, string> optional Custom HTTP headers
params Record<string, any> optional Query parameters
body any optional Request body for POST/PUT/PATCH