Module: Kilden::Transport Private
- Defined in:
- lib/kilden/transport.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Transport seam: anything responding to
post(url, body, headers) -> Kilden::Transport::Response can replace the
default. A transport never raises — network failures come back as
status 0 so the retry loop can treat them uniformly.