Module export_encoder

Interface with the export encoders.

Copyright © 2016 Marc Worrell

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

Description

Interface with the export encoders.

Function Index

content_types/1
content_types_dispatch/2
lookup_header/2Used to lookup the header name, a header might be a tuple with lookup key and a textual representation.
lookup_value/2Used to lookup the row value, a key might be a tuple with lookup key and a textual representation.
stream/4

Function Details

content_types/1

content_types(Context) -> any()

content_types_dispatch/2

content_types_dispatch(Id, Context) -> any()

lookup_header/2

lookup_header(Tr, Context) -> any()

Used to lookup the header name, a header might be a tuple with lookup key and a textual representation.

lookup_value/2

lookup_value(X1, Context) -> any()

Used to lookup the row value, a key might be a tuple with lookup key and a textual representation.

stream/4

stream(Id, ContentType, Options, Context) -> any()


Generated by EDoc