Function Request.body

Raw posted data

std.typecons.Tuple!(const(char)[],"data",string,"contentType") body() pure nothrow @property @nogc @safe const;
import std.experimental.logger;
info("Content-Type: ", request.body.contentType, " Size: ", request.body.data.length, " bytes");