Instance Propertysoto-core 7.4.0SotoCore
url
request URL
var url: URL
request URL
var url: URL
s8SotoCore14AWSHTTPRequestV3url20FoundationEssentials3URLVvp
What are these?9NP2I
import SotoCore
struct AWSHTTPRequest
Object encapsulating all the information needed to generate a raw HTTP request to AWS
struct URL
A URL is a type that can potentially contain the location of a resource on a remote server, the path of a local file on disk, or even an arbitrary piece of encoded data.
init(url: URL, method: HTTPMethod, headers: HTTPHeaders, body: AWSHTTPBody)
var body: AWSHTTPBody
request body
var headers: HTTPHeaders
request headers
let method: HTTPMethod
request HTTP method