As a service I would like to use only one ActorSystem to handle both http Server and http Client so that I can gracefully kill the Client ActorSystem if the Server fails (e.g. bind to port).
requirements
Nozzle Server should optionally accept an external ActorSystem.
stories
requirements
Nozzle Server should optionally accept an external ActorSystem.