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

okreplay.Request Maven / Gradle / Ivy

package okreplay;

import okhttp3.HttpUrl;

public interface Request extends Message {
  /** @return the request method. */
  String method();
  /** @return the target URL of the request. */
  HttpUrl url();
  RecordedRequest.Builder newBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy