class Lucky::RequestIdHandler::HabitatSettings
Defined in:
lucky/request_id_handler.crClass Method Summary
- .set_request_id : Proc(HTTP::Server::Context, String) | Nil
- .set_request_id=(value : Proc(HTTP::Server::Context, String) | Nil)
-
.set_request_id?
Used for checking missing settings on non-nilable types It's advised to use set_request_id in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.set_request_id?
#
Used for checking missing settings on non-nilable types It's advised to use set_request_id in your apps to ensure the propper type is checked.