200 and 404. In the case of 404, I want to short-circuit a pipeline and return Option.none(). In the case of 200 I want to grab the JSON and decode it, then wrap it in Option.some(). I am getting myself confused with how to compose this, could somebody please offer an example? Thanks