| Modifier and Type | Method and Description |
|---|---|
HttpRequestInfo |
EventData.httpRequest()
Get the httpRequest value.
|
HttpRequestInfo |
HttpRequestInfo.withClientIpAddress(String clientIpAddress)
Set the client Ip Address.
|
HttpRequestInfo |
HttpRequestInfo.withClientRequestId(String clientRequestId)
Set the client request id.
|
HttpRequestInfo |
HttpRequestInfo.withMethod(String method)
Set the Http request method.
|
HttpRequestInfo |
HttpRequestInfo.withUri(String uri)
Set the Uri.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/