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

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

There is a newer version: 2.0.7
Show newest version
package com.github.frtu.coroutine.webclient

import org.springframework.http.HttpStatus

/**
 * Response from {@link WebClient}
 *
 * @author Frédéric TU
 * @since 1.1.1
 */
class WebClientResponse(val statusCode: HttpStatus, val reponseBody: String?)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy