HTTPClientCopyingDelegate

    An HTTPClientResponseDelegate that wraps a callback.

    Utils.swift:21
    final class HTTPClientCopyingDelegate

    HTTPClientCopyingDelegate discards most parts of a HTTP response, but streams the body to the chunkHandler provided on init(chunkHandler:). This is mostly useful for testing.

    See also

    Citizens in AsyncHTTPClient

    Typealiases

    Type members

    Instance members

    Instance features