Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package http4s
    Definition Classes
    org
  • package headers
    Definition Classes
    http4s
  • package metrics
    Definition Classes
    http4s
  • MetricsOps
  • TerminationType
  • 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 parser
    Definition Classes
    http4s
  • package syntax
    Definition Classes
    http4s
  • package util
    Definition Classes
    http4s
  • package websocket
    Definition Classes
    http4s
p

org.http4s

metrics

package metrics

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait MetricsOps[F[_]] extends AnyRef

    Describes an algebra capable of writing metrics to a metrics registry

  2. sealed trait TerminationType extends AnyRef

    Describes the type of abnormal termination

Value Members

  1. object TerminationType

Ungrouped