logo

Module salvo::writer[][src]

Expand description

Writer trait and it’s impls.

Structs

Write serializable content to response as json content. It will set content-type to application/json; charset=utf-8.

Enums

Write text content to response as text content.

Traits

Writer is used to write data to response.