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

org.http4s.Http4s.scala Maven / Gradle / Ivy

There is a newer version: 0.16.6a
Show newest version
package org.http4s

trait Http4s
  extends Http4sInstances
  with Http4sFunctions
  with Http4sSyntax

object Http4s extends Http4s

trait Http4sInstances
  extends EntityDecoderInstances
  with HttpVersionInstances
  with EntityEncoderInstances
  with CharsetRangeInstances
  with QValueInstances
  with MethodInstances
  with StatusInstances

object Http4sInstances extends Http4sInstances

trait Http4sFunctions
  extends QValueFunctions
  with UriFunctions

object Http4sFunctions extends Http4sFunctions

trait Http4sSyntax
  extends util.CaseInsensitiveStringSyntax
  with MessageSyntax

object Http4sSyntax extends Http4sSyntax




© 2015 - 2025 Weber Informatics LLC | Privacy Policy