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

com.byteplus.service.SignableRequest Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.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