PHP Webiny\Component\Rest\Response Namespace

Classes

Name Description
Cache Cache class checks if we have cached the callback result.
Callback Response calls the api method and parses the output.
CallbackResult CallbackResult holds the result returned from the api method.
RateControl This class add a protection layer over your API in a way that it limits, per IP, how many requests can it make, in one minute.
RequestBag RequestBag is just a transportation box for some of the api data.
Router The request router class processes incoming requests and calls the appropriate callbacks on the registered api classes.
Security Security class verifies the defined access rules on the method with the defined firewall on the Rest config.