Module controller_log_client

Log client side events.

Copyright © 2019 Marc Worrell <marc@worrell.nl>

Authors: Marc Worrell (marc@worrell.nl).

Description

Log client side events

Function Index

allowed_methods/1
content_types_accepted/1
process/4
service_available/1

Function Details

allowed_methods/1

allowed_methods(Context) -> any()

content_types_accepted/1

content_types_accepted(Context) -> any()

process/4

process(X1::binary(), AcceptedCT::cowmachine_req:media_type() | undefined, ProvidedCT::cowmachine_req:media_type(), Context::z:context()) -> {iodata(), z:context()} | {{halt, HttpCode::pos_integer()}, z:context()}

service_available/1

service_available(Context) -> any()


Generated by EDoc