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

com.github.aivancioglo.resttest.setters.Setter.kt Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
package com.github.aivancioglo.resttest.setters

import com.github.aivancioglo.resttest.http.HTTPRequest

/**
 * Request specification setter interface.
 */
interface Setter {

    /**
     * Update your request.
     *
     * @param request that will be updated.
     */
    fun update(request: HTTPRequest)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy