Skip to content

class HTTP::LogHandler
inherits Reference

A handler that logs the request method, resource, status code, and the time used to execute the next handler

Included modules

HTTP::Handler

Class methods

.new(log = Log.for("http.server"))

View source

Methods

#call(context)

View source