Classes
The following classes are available globally.
-
Simple interceptor that adds additional or changes existing HTTP Headers with given values
See moreDeclaration
Swift
public class AdditionalHeaderInterceptor : Interceptor
-
A simple implementation of an HTTP client using the interceptor concept.
See moreDeclaration
Swift
public class DefaultHTTPClient : HTTPClient
-
Debug Logging interceptor
note: Only logs to console when compiled with Debug configuration
See moreDeclaration
Swift
public class LoggingInterceptor : Interceptor