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

com.aire.ux.test.spring.servlet.Client Maven / Gradle / Ivy

The newest version!
package com.aire.ux.test.spring.servlet;

public interface Client {

  String get(String path);

  void post(String path, String body);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy