class AppLogHandler

Overview

taken from: https://aravindavk.in/blog/using-http-log-handler-kemal/ implementation for LogHandler: https://github.com/crystal-lang/crystal/blob/7aa5cdd86/src/http/server/handlers/log_handler.cr#L13 it would be possible to include apache-style access logs

Defined in:

stremio-addon-demo.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def call(context : HTTP::Server::Context) #

[View source]
def write(message : String) #

[View source]