-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcd078e
commit 6815248
Showing
5 changed files
with
67 additions
and
6 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Adapters/Fetch.ts | ||
nav_order: 1 | ||
parent: Modules | ||
--- | ||
|
||
## Fetch overview | ||
|
||
Added in v1.0.0 | ||
|
||
--- | ||
|
||
<h2 class="text-delta">Table of contents</h2> | ||
|
||
- [adapter](#adapter) | ||
- [fetch](#fetch) | ||
|
||
--- | ||
|
||
# adapter | ||
|
||
## fetch | ||
|
||
**Signature** | ||
|
||
```ts | ||
export declare const fetch: Fetch | ||
``` | ||
Added in v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Interceptors/Logger.ts | ||
nav_order: 5 | ||
parent: Modules | ||
--- | ||
|
||
## Logger overview | ||
|
||
Added in v1.0.0 | ||
|
||
--- | ||
|
||
<h2 class="text-delta">Table of contents</h2> | ||
|
||
- [interceptor](#interceptor) | ||
- [Logger](#logger) | ||
|
||
--- | ||
|
||
# interceptor | ||
|
||
## Logger | ||
|
||
**Signature** | ||
|
||
```ts | ||
export declare const Logger: (level: Level, headersToRedact?: string[]) => Effect.Effect<unknown, unknown, Response> | ||
``` | ||
Added in v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters