The power of Bridge is that it lets you create custom “Interceptors” to intercept process your requests before they are sent off to the internets, or to intercept and process your responses before they are returned to the caller’s success block.
Attach custom headers based on the endpoint, write retry handling, write authentication handlers, use method tunneling. Interceptors allow Bridge to be extremely extensible to your project needs.