You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: FetchOptions | Mokapi HTTP Module Function Parameters
3
+
description: The FetchOptions object defines parameters for the fetch() function in Mokapi's HTTP module, including method, headers, body, timeout, and redirect settings.
4
+
---
5
+
# FetchOptions
6
+
7
+
The `FetchOptions` object defines additional parameters for the [`fetch()`](/docs/javascript-api/mokapi-http/fetch.md) function in the `mokapi/http` module.
8
+
It allows you to customize request behavior such as HTTP method, headers, body, timeout, and redirect handling.
0 commit comments