feat(driver): Add support for encoding option in cy.request() (#7382)

This commit is contained in:
Hossam Magdy
2020-05-26 21:13:32 +02:00
committed by GitHub
parent b7eec83655
commit 071c5c74c6
4 changed files with 55 additions and 0 deletions
+1
View File
@@ -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