Expand description
Functions used to send and consume push http messages. This module can be used to build custom clients.
Functionsยง
- build_
request - Builds the request to send to the push service.
- parse_
response - Parses the response from the push service, and will return
Errif the request was bad.