Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package http4s
    Definition Classes
    org
  • package circe
    Definition Classes
    http4s
  • package client
    Definition Classes
    http4s
  • package dsl
    Definition Classes
    http4s
  • package ember
    Definition Classes
    http4s
  • package headers
    Definition Classes
    http4s
  • package internal
    Definition Classes
    http4s
  • package jawn
    Definition Classes
    http4s
  • JawnInstances
  • package laws
    Definition Classes
    http4s
  • package metrics
    Definition Classes
    http4s
  • package multipart

    This package is the start of a multipart implementation for http4s.

    This package is the start of a multipart implementation for http4s. It is still deficient in a few ways:

    - All encoding is chunked transfers, except for entities small enough to fit into the blaze buffer. This irritates some server implementations.

    - When decoding, chunks are kept in memory. Large ones should be buffered to a temp file.

    - It's a bit handwavy around character sets. Things probably go horribly wrong if you're not UTF-8.

    - This module is lightly tested, and its API should be considered experimental.

    Enter this package at your own risk, but we'd love the feedback.

    Definition Classes
    http4s
  • package server
    Definition Classes
    http4s
  • package syntax
    Definition Classes
    http4s
  • package testing
    Definition Classes
    http4s
  • package util
    Definition Classes
    http4s
  • package websocket
    Definition Classes
    http4s

package jawn

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jawn
  2. JawnInstances
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait JawnInstances extends AnyRef

Value Members

  1. def jawnDecoder[F[_], J](implicit arg0: Concurrent[F], arg1: Facade[J]): EntityDecoder[F, J]
    Definition Classes
    JawnInstances
  2. def jawnEmptyBodyMessage: DecodeFailure
    Attributes
    protected
    Definition Classes
    JawnInstances
  3. def jawnParseExceptionMessage: (ParseException) => DecodeFailure
    Attributes
    protected
    Definition Classes
    JawnInstances
  4. object JawnInstances

Inherited from JawnInstances

Inherited from AnyRef

Inherited from Any

Ungrouped