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

com.jdroid.java.http.post.BodyEnclosingHttpService.kt Maven / Gradle / Ivy

The newest version!
package com.jdroid.java.http.post

import com.jdroid.java.http.HttpService

interface BodyEnclosingHttpService : HttpService {

    fun setBody(body: String)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy