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

io.camunda.common.http.Request Maven / Gradle / Ivy

There is a newer version: 8.5.10
Show newest version
package io.camunda.common.http;

public class Request {

  String uri;
  String query;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy