RestRequest interface
組成 REST 要求的屬性
屬性
authentication | 要求中向健康情況提供者要求的驗證資訊。 |
method | 要用於要求的 HTTP 方法。 |
uri | 要用於要求的 HTTP URI。 |
屬性詳細資料
authentication
要求中向健康情況提供者要求的驗證資訊。
authentication: RestRequestAuthenticationUnion
屬性值
method
uri
要用於要求的 HTTP URI。
uri: string
屬性值
string