Instance Methodvapor 4.114.1Vapor

get(using:logger:on:)

Downloads the resource.

EndpointCache.swift:44
func get(using client: Client, logger: Logger? = nil, on eventLoop: EventLoop) -> EventLoopFuture<T>

Parameters

eventLoop

The EventLoop to use for the download.

client

The Client which will perform the download.

logger

An optional logger