type
web_response
=
Variant
  •    
    { 
    void
     
    continue
     }
  • or 
    { 
    void
     
    switching_protocols
     }
  • or 
    { 
    void
     
    success
     }
  • or 
    { 
    void
     
    created
     }
  • or 
    { 
    void
     
    accepted
     }
  • or 
    { 
    void
     
    non_authoritative_information
     }
  • or 
    { 
    void
     
    no_content
     }
  • or 
    { 
    void
     
    reset_content
     }
  • or 
    { 
    void
     
    partial_content
     }
  • or 
    { 
    void
     
    multiple_choices
     }
  • or 
    { 
    void
     
    address_moved
     }
  • or 
    { 
    void
     
    found
     }
  • or 
    { 
    void
     
    see_other
     }
  • or 
    { 
    void
     
    not_modified
     }
  • or 
    { 
    void
     
    use_proxy
     }
  • or 
    { 
    void
     
    address_redirected
     }
  • or 
    { 
    void
     
    bad_request
     }
  • or 
    { 
    void
     
    unauthorized
     }
  • or 
    { 
    void
     
    payment_required
     }
  • or 
    { 
    void
     
    forbidden
     }
  • or 
    { 
    void
     
    wrong_address
     }
  • or 
    { 
    void
     
    method_not_allowed
     }
  • or 
    { 
    void
     
    not_acceptable
     }
  • or 
    { 
    void
     
    proxy_authentication_required
     }
  • or 
    { 
    void
     
    request_timeout
     }
  • or 
    { 
    void
     
    conflict
     }
  • or 
    { 
    void
     
    gone
     }
  • or 
    { 
    void
     
    length_required
     }
  • or 
    { 
    void
     
    precondition_failed
     }
  • or 
    { 
    void
     
    request_entity_too_large
     }
  • or 
    { 
    void
     
    request_uri_too_large
     }
  • or 
    { 
    void
     
    unsupported_media_type
     }
  • or 
    { 
    void
     
    requested_range_not_satisfiable
     }
  • or 
    { 
    void
     
    expectation_failed
     }
  • or 
    { 
    void
     
    internal_server_error
     }
  • or 
    { 
    void
     
    not_implemented
     }
  • or 
    { 
    void
     
    bad_gateway
     }
  • or 
    { 
    void
     
    service_unavailable
     }
  • or 
    { 
    void
     
    gateway_timeout
     }
  • or 
    { 
    void
     
    http_version_not_supported
     }
The status of a web request.You will need to use this type only if you wish to customize error messages.
In this case, you should create your error pages with function
error rather than
function
html.
Use
WebUtils.web_response_of_code to obtain a web_response from an int
representing the error code.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.