acs_ex v0.3.9 ACS.CWMP.Parser View Source
This module implements a simple wrapper around the cwmp_ex CWMP library parser. The request body is assumed to be a SOAP envelope containing one or more CWMP requests/responses.
Link to this section Summary
Link to this section Functions
Just an init that must be here.
Link to this function
parse(conn, type, subtype, headers, opts)
View Source
parse(Plug.Conn.t(), String.t(), String.t(), List.t(), Keyword.t()) :: Plug.Conn.t()
Parses text/xml requests as CWMP requests/responses.
The resulting CWMP requests and responses are returned so they can be set as the body_params field of the connection.