Module cloudi_request_info

CloudI RequestInfo Creation and Parsing

.

Copyright © 2014 Michael Truog

Version: 1.3.3 Sep 30 2014 14:01:30 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog [at] gmail (dot) com).

Description

CloudI RequestInfo Creation and Parsing

Function Index

key_value_new/1

New RequestInfo key/value data.

RequestInfo is meant to contain key/value pairs that is request meta-data.
key_value_parse/1

Parse RequestInfo key/value data.

RequestInfo is meant to contain key/value pairs that is request meta-data.

Function Details

key_value_new/1

key_value_new(RequestInfo::cloudi_key_value:key_values()) -> Result::binary()

New RequestInfo key/value data.

RequestInfo is meant to contain key/value pairs that is request meta-data. Create the binary RequestInfo data with a list of pairs or a dict data structure.

key_value_parse/1

key_value_parse(RequestInfo::binary() | [{any(), any()}]) -> Result::dict:dict(any(), any())

Parse RequestInfo key/value data.

RequestInfo is meant to contain key/value pairs that is request meta-data.


Generated by EDoc, Sep 30 2014, 14:01:30.