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

com.github.frtu.coroutine.webclient.WebClientResponse.kt Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy