Function bodyParam
Declare that a parameter will be transmitted to the API through the body.
It will be serialized as part of a JSON object. The serialization format is currently not customizable.
Prototype
vibe .web .common .WebParamAttribute bodyParam(
string identifier,
string field
);
Parameters
Name | Description |
---|
Authors
Sönke Ludwig, Михаил Страшун
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.