@serenity-is/corelib / UploaderRequest
Interface: UploaderRequest
Properties
headers?
optionalheaders:Record<string,string>
A function that will return headers to be sent with request, or static set of headers
Defined in
responseType?
optionalresponseType:"text"|"json"
Response type expected from the server. Default is json
Defined in
url?
optionalurl:string
URL to send the request to. Default is ~/File/TemporaryUpload