servers::http::opentsdb

Function put

Source
pub async fn put(
    __arg0: State<OpentsdbProtocolHandlerRef>,
    __arg1: Query<HashMap<String, String>>,
    __arg2: Extension<QueryContext>,
    body: Bytes,
) -> Result<(StatusCode, Json<OpentsdbPutResponse>)>