![JAR search and dependency download from the Maven repository](/logo.png)
com.github.frtu.coroutine.webclient.WebClientResponse.kt Maven / Gradle / Ivy
package com.github.frtu.coroutine.webclient
import org.springframework.http.HttpStatusCode
/**
* Response from {@link WebClient}
*
* @author Frédéric TU
* @since 1.1.1
*/
class WebClientResponse(val statusCode: HttpStatusCode, val reponseBody: String?)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy