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

com.aliyun.openservices.log.http.signer.SlsSigner Maven / Gradle / Ivy

package com.aliyun.openservices.log.http.signer;

import com.aliyun.openservices.log.http.client.HttpMethod;

import java.util.Map;

public interface SlsSigner {

    void sign(HttpMethod httpMethod,
              Map headers,
              String resourceUri,
              Map urlParams,
              byte[] body);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy