microscope v0.4.0 Microscope.Logger
A callback module that logs HTTP requests to the stdout.
Summary
Functions
Called when the server replied with HTTP 200 (OK)
Called when the server replied with HTTP 404 (Not Found)
Called when the server received a request, and before the server sends a response
Functions
Called when the server replied with HTTP 200 (OK).
Callback implementation for Microscope.Callback.on_200/3
.
Called when the server replied with HTTP 404 (Not Found).
Callback implementation for Microscope.Callback.on_404/3
.
Called when the server received a request, and before the server sends a response.
Callback implementation for Microscope.Callback.on_request/0
.