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

com.aliyun.sdk.gateway.sls.auth.signer.SLSSigner Maven / Gradle / Ivy

There is a newer version: 0.2.16-beta
Show newest version
package com.aliyun.sdk.gateway.sls.auth.signer;

import com.aliyun.auth.signature.Signer;
import com.aliyun.auth.signature.SignerParams;
import com.aliyun.core.http.HttpRequest;
import darabonba.core.TeaRequest;

public interface SLSSigner extends Signer {

    HttpRequest sign(TeaRequest request, HttpRequest httpRequest, SignerParams params);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy