------------------
- All transport-level errors get serialized to/from ``yarpc.errors.BadRequestError``
or ``yarpc.errors.UnexpectedError``.
- Default ``yarpc.transport.http.HTTPInbound`` port to 0, which will result in the
os choosing a random available port when ``start()`` is called. This port will be
available on ``HTTPInbound.port``.