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 849584f commit 4ad9968Copy full SHA for 4ad9968
packages/core/types/zapier.custom.d.ts
@@ -164,6 +164,14 @@ export interface HttpRequestOptions {
164
url?: string;
165
skipThrowForStatus?: boolean;
166
167
+ /**
168
+ * Contains the characters that you want left unencoded in the query
169
+ * params (`req.params`). If unspecified, `z.request()` will
170
+ * percent-encode non-ascii characters and these reserved characters:
171
+ * ``:$/?#[]@$&+,;=^@`\``.
172
+ */
173
+ skipEncodingChars?: string;
174
+
175
/**
176
* This is a special field that can be used to pass data to
177
* middleware. It is not sent with the request, but is available in
0 commit comments