Function servers::http::opentsdb::put

source ยท
pub async fn put(
    __arg0: State<OpentsdbProtocolHandlerRef>,
    __arg1: Query<HashMap<String, String>>,
    __arg2: Extension<QueryContext>,
    __arg3: RawBody,
) -> Result<(HttpStatusCode, Json<OpentsdbPutResponse>)>