simatic-s7-webserver-api
simatic-s7-webserver-api copied to clipboard
Support for ApiBulkRequestHandler
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