Skip to content

Commit ed3dbaf

Browse files
committed
Check.
1 parent 6e007df commit ed3dbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/components/fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Caido's [HTTP Module](/reference/modules/caido/http.md) provides an implementation of the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API). With this module, you can create and send asynchronous HTTP requests and handle their responses.
44

55
::: warning NOTE
6-
The request and response objects of this module differ from those used in the [Backend SDK](/reference/sdks/backend.md) and [Workflow SDK](/reference/sdks/workflow.md). Due to this, their properties and methods differ as well. Additionally, they are not routed through the proxy and must adhere to the HTTP specification in order to be interpreted correctly.
6+
The request and response objects of this module differ from those used in the [Backend SDK](/reference/sdks/backend) and [Workflow SDK](/reference/sdks/workflow). Due to this, their properties and methods differ as well. Additionally, they are not routed through the proxy and must adhere to the HTTP specification in order to be interpreted correctly.
77
:::
88

99
## Creating an Active Workflow

0 commit comments

Comments
 (0)