var httpMethod : String?
The HTTP request method.
HTTPリクエストメソッド。
var url: URL?
The URL of the request.
リクエストのURL。
var httpBodyStream : InputStream?
The stream used to deliver the HTTP body.
HTTP本文を配達するのに使われるストリーム。
var mainDocumentURL : URL?
The main document URL associated with this request.
このリクエストと結び付けられるメインドキュメントURL。