Quiver.Error.HeaderListTooLarge exception (quiver v0.2.0)

Copy Markdown View Source

Outgoing header list exceeds the server-advertised MAX_HEADER_LIST_SIZE (RFC 9113 Section 6.5.2).

Summary

Types

t()

@type t() :: Splode.Error.t()

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Quiver.Error.HeaderListTooLarge{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  max_size: term(),
  path: term(),
  size: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Quiver.Error.HeaderListTooLarge without raising it.

Keys

  • :size
  • :max_size