Resto_cohttp_client.ClientSourceClient calls to services.
The minimal interface for building a client. Cohttp_lwt.S.Client is an instance of this signature, modulo some additional optional parameters that resto does not use. See OfCohttp below to obtain an exact intance based on Cohttp_lwt.S.Client.
Whether or not an operation should follow redirects.
Given a limit, operations accepting a redirect_behaviour will follow up to that many redirects, inclusive, and fail with a Too_many_redirects error above that. If the limit parameter is negative, redirects will not be followed, just as if the behaviour were set to Do_not_follow_redirects, but the error will be Too_many_redirects instead.