- serialize_body(+Reply, -Body) is det[private]
- Serialize the reply as returned by status_page_hook/3 into a term:
- body(Type, Encoding, Content)
- In this term, Type is the media type, Encoding is the required wire encoding and Content a string representing the content.