com.volcengine.service.SignableRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.service;
import lombok.Data;
import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
import org.apache.http.client.utils.URIBuilder;
@Data
public class SignableRequest extends HttpEntityEnclosingRequestBase {
private String method;
private URIBuilder uriBuilder = new URIBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy