mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-08 07:50:24 -05:00
feat(driver): Add support for encoding option in cy.request() (#7382)
This commit is contained in:
Vendored
+1
@@ -2458,6 +2458,7 @@ declare namespace Cypress {
|
||||
interface RequestOptions extends Loggable, Timeoutable, Failable {
|
||||
auth: object
|
||||
body: RequestBody
|
||||
encoding: Encodings
|
||||
followRedirect: boolean
|
||||
form: boolean
|
||||
gzip: boolean
|
||||
|
||||
Reference in New Issue
Block a user