We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ac888 commit 4dfe761Copy full SHA for 4dfe761
README.md
@@ -76,6 +76,10 @@ assertEquals(isRequest(null), false);
76
77
## withHeader
78
79
+Return an instance with the provided `Request` replacing the specified header.
80
+
81
+There are no side effects on the original `Request`.
82
83
```ts
84
import { withHeader } from "https://deno.land/x/request_utils@$VERSION/with_header.ts";
85
import { assert } from "https://deno.land/std/testing/asserts.ts";
0 commit comments