simatic-s7-webserver-api icon indicating copy to clipboard operation
simatic-s7-webserver-api copied to clipboard

Support for ApiBulkRequestHandler

Open KircMax opened this issue 2 years ago • 0 comments

As a library user I'd like the library to take care of requests growing >64kb therefore I'd like to use an ApiBulkRequestHandler that'll take care of the seperation (splitting) the Bulk Request containing many many ApiRequests into multiple Sub-Bulk-Requests and then returning either an Array of the ApiBulkRequestResponse or one ApiBulkRequestResponse that contains ALL the Responses

KircMax avatar Jan 02 '23 11:01 KircMax