ResponseHeadersCapturedHandler typedef

ResponseHeadersCapturedHandler = void Function(WebHeaderCollection responseHeaders)
Delegate method to handle capturing http response headers. Http response headers.

Implementation

typedef void ResponseHeadersCapturedHandler(
    WebHeaderCollection responseHeaders);