Instance Methodswift-package-manager 6.0.3Basics
httpAuthorizationHeader(for:)
AuthorizationProvider.swift:70@Sendable func httpAuthorizationHeader(for url: URL) -> String?
@Sendable func httpAuthorizationHeader(for url: URL) -> String?
s6Basics21AuthorizationProviderPAAE04httpB6Header3forSSSg20FoundationEssentials3URLV_tYbF
What are these?1WLI9
import Basics
protocol AuthorizationProvider : Sendable
struct URL
A URL is a type that can potentially contain the location of a resource on a remote server, the path of a local file on disk, or even an arbitrary piece of encoded data.
@frozen struct String
A Unicode string value that is a collection of characters.