Module Shuttle_http.StatusSource
Sourcetype success = [ | `Ok| `Created| `Accepted| `Non_authoritative_information| `No_content| `Reset_content| `Partial_content| `Multi_status| `Already_reported| `Im_used
] Sourceval hash_fold_success :
Ppx_hash_lib.Std.Hash.state ->
success ->
Ppx_hash_lib.Std.Hash.state Sourceval hash_success : success -> Ppx_hash_lib.Std.Hash.hash_value Sourceval quickcheck_generator_success :
success Ppx_quickcheck_runtime.Base_quickcheck.Generator.t Sourceval quickcheck_observer_success :
success Ppx_quickcheck_runtime.Base_quickcheck.Observer.t Sourceval quickcheck_shrinker_success :
success Ppx_quickcheck_runtime.Base_quickcheck.Shrinker.t Sourcetype redirection = [ | `Multiple_choices| `Moved_permanently| `Found| `See_other| `Not_modified| `Use_proxy| `Temporary_redirect| `Permanent_redirect
] Sourceval hash_fold_redirection :
Ppx_hash_lib.Std.Hash.state ->
redirection ->
Ppx_hash_lib.Std.Hash.state Sourceval quickcheck_generator_redirection :
redirection Ppx_quickcheck_runtime.Base_quickcheck.Generator.t Sourceval quickcheck_observer_redirection :
redirection Ppx_quickcheck_runtime.Base_quickcheck.Observer.t Sourceval quickcheck_shrinker_redirection :
redirection Ppx_quickcheck_runtime.Base_quickcheck.Shrinker.t Sourcetype client_error = [ | `Bad_request| `Unauthorized| `Payment_required| `Forbidden| `Not_found| `Method_not_allowed| `Not_acceptable| `Proxy_authentication_required| `Request_timeout| `Conflict| `Gone| `Length_required| `Precondition_failed| `Payload_too_large| `Uri_too_long| `Unsupported_media_type| `Range_not_satisfiable| `Expectation_failed| `Misdirected_request| `Unprocessable_entity| `Locked| `Failed_dependency| `Too_early| `Upgrade_required| `Precondition_required| `Too_many_requests| `Unavailable_for_legal_reasons
] Sourceval hash_fold_client_error :
Ppx_hash_lib.Std.Hash.state ->
client_error ->
Ppx_hash_lib.Std.Hash.state Sourceval quickcheck_generator_client_error :
client_error Ppx_quickcheck_runtime.Base_quickcheck.Generator.t Sourceval quickcheck_observer_client_error :
client_error Ppx_quickcheck_runtime.Base_quickcheck.Observer.t Sourceval quickcheck_shrinker_client_error :
client_error Ppx_quickcheck_runtime.Base_quickcheck.Shrinker.t Sourcetype server_error = [ | `Internal_server_error| `Not_implemented| `Bad_gateway| `Service_unavailable| `Gateway_timeout| `Http_version_not_supported| `Variant_also_negotiates| `Insufficient_storage| `Loop_detected| `Not_extended| `Network_authentication_required
] Sourceval hash_fold_server_error :
Ppx_hash_lib.Std.Hash.state ->
server_error ->
Ppx_hash_lib.Std.Hash.state Sourceval quickcheck_generator_server_error :
server_error Ppx_quickcheck_runtime.Base_quickcheck.Generator.t Sourceval quickcheck_observer_server_error :
server_error Ppx_quickcheck_runtime.Base_quickcheck.Observer.t Sourceval quickcheck_shrinker_server_error :
server_error Ppx_quickcheck_runtime.Base_quickcheck.Shrinker.t include Ppx_hash_lib.Hashable.S with type t := t
Sourceval hash_fold_t : t Base__Ppx_hash_lib.hash_fold Sourceval hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_value include Ppx_quickcheck_runtime.Quickcheckable.S with type t := t
Sourceval to_reason_phrase : t -> string