All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.aws.smithy.kotlin.runtime.http.engine.EngineAttributes.kt Maven / Gradle / Ivy

There is a newer version: 1.3.25
Show newest version
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */

package aws.smithy.kotlin.runtime.http.engine

import aws.smithy.kotlin.runtime.InternalApi
import aws.smithy.kotlin.runtime.collections.AttributeKey
import kotlin.time.Duration

/**
 * Common attributes related to HTTP engines.
 */
@InternalApi
public object EngineAttributes {
    /**
     * The time between sending the request completely and receiving the first byte of the response. This effectively
     * measures the time spent waiting on a response.
     */
    public val TimeToFirstByte: AttributeKey = AttributeKey("aws.smithy.kotlin#TimeToFirstByte")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy