Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Vif_core.StatusSourcetype redirection = [ | `Multiple_choices| `Moved_permanently| `Found| `See_other| `Not_modified| `Temporary_redirect| `Use_proxy ]type client_error = [ | `Bad_request| `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| `Upgrade_required| `Precondition_required| `Too_many_requests| `Request_header_fields_too_large| `Enhance_your_calm| `I_m_a_teapot ]type server_error = [ | `Internal_server_error| `Not_implemented| `Bad_gateway| `Gateway_timeout| `Http_version_not_supported| `Network_authentication_required ]