module HTTP
Overview
The HTTP module contains HTTP::Client
, HTTP::Server
and HTTP::WebSocket
implementations.
Defined in:
http/common.crhttp/params.cr
http/content.cr
http/cookie.cr
http/http.cr
Class Method Summary
-
.default_status_message_for(status_code : Int) : String
Returns the default status message of the given HTTP status code.
- .parse_time(time_str : String) : Time | Nil
- .rfc1123_date(time : Time) : String
Class Method Detail
Returns the default status message of the given HTTP status code.