Method TestController. stringPost(...)

The following is documentation for a single method.The full javadocs are the bottom.

Method Information
Method Request Narrowing Description
Path(s) GET/POST Params Headers Content Types
stringPost(...)/auth/testPOST Consumes: application/json Demonstration of a method which has a body parameter which is just a string.

Request Fields POSTed to Method
Method Field Name Data Type Description
stringPost(...)  String Request body that encapsulates the whole post as a string.

Demonstration of a method which has a body parameter which is just a string.

@param body Request body that encapsulates the whole post as a string.

Path summary      Class summary

Generated by Spring Request Doclet package.