writefreely-swift/docs/Home.md

534 B

Types

Protocols

  • URLSessionProtocol: Define requirements for URLSessions here for dependency-injection purposes (specifically, for testing).
  • URLSessionDataTaskProtocol: Define requirements for URLSessionDataTasks here for dependency-injection purposes (specifically, for testing).

Extensions