manganese_core_kit v0.1.0 Manganese.CoreKit.Enumerations.HttpStatusCode

Link to this section Summary

Link to this section Types

Link to this type

t()

t() ::
  :continue
  | :switching_protocols
  | :ok
  | :created
  | :accepted
  | :non_authoritative_information
  | :no_content
  | :reset_content
  | :partial_content
  | :ambiguous
  | :multiple_choices
  | :moved
  | :moved_permanently
  | :redirect
  | :found
  | :redirect_method
  | :see_other
  | :not_modified
  | :use_proxy
  | :unused
  | :redirect_keep_verb
  | :temporary_redirect
  | :bad_request
  | :unauthorized
  | :payment_required
  | :forbidden
  | :not_found
  | :method_not_allowed
  | :not_acceptable
  | :proxy_authentication_required
  | :request_timeout
  | :conflict
  | :gone
  | :length_required
  | :precondition_failed
  | :request_entity_too_large
  | :request_uri_too_long
  | :unsupported_media_type
  | :request_range_not_satisfiable
  | :expectation_failed
  | :im_a_teapot
  | :upgrade_required
  | :error
  | :internal_server_error
  | :not_implemented
  | :bad_gateway
  | :service_unavailable
  | :gateway_timeout
  | :http_version_not_supported
Link to this type

t_external()

t_external() :: pos_integer()

Link to this section Functions

Link to this function

from_integer(integer)

from_integer(pos_integer()) :: t()
Link to this function

to_integer(atom)

to_integer(atom()) :: pos_integer()