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

io.hireproof.structure.Response.scala Maven / Gradle / Ivy

The newest version!
package io.hireproof.structure

import cats.data.Chain
import io.circe.Json
import org.typelevel.ci.CIString

final case class Response(code: Code, headers: Chain[(CIString, String)], body: Option[Json])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy