var httpMethod : String?
The HTTP request method.
HTTPリクエストメソッド。
var httpBody : Data?
The data sent as the message body of a request, such as for an HTTP POST request.
あるリクエストのメッセージ本文として送られるデータ、たとえばHTTP POSTリクエスト。
var httpBodyStream : InputStream?
The stream used to deliver the HTTP body.
HTTP本文を配達するのに使われるストリーム。
var mainDocumentURL : URL?
The main document URL associated with this request.
このリクエストと結び付けられるメインドキュメントURL。