Instance Method
data(for:)
Retrieve the data that the server serves for the given path.
func data(for path: String) -> Data?
Parameters
pathThe path to a file served by the server.
Return Value
The data for that file, if server by the server. Otherwise, nil.