0
votes
Invocation Metadata
Mat DeLong
– Within a Server Method you have the ability to set invocation metadata. I agree, this could be better named. What it does is provide a way to control the HTTP response code (and/or content) returned for an HTTP request invoking the method. This can be used, for example, to return a 400 (Bad Request) code (or any other code) if one of the parameters passed to the method fails some type of requirement. This could be an integer not falling within a specific range, or a string not being one of the allowed values… or really any other requirement you can think of. You can also use any data ...
Statistics
|
Visits by Source |
User Actions |




