The OpenD Programming Language

IfInputContentType

With this attribute, the function is only called if the input data's content type is what you specify here. Makes sense for POST and PUT verbs.

struct IfInputContentType {
string contentType;
string dataGoesInWhichArgument;
}

Meta