Tim Kientzle wrote:
> The preferred method is to check code.startswith("/api/status/ok").
Is there really a chance that you will some day return (in the
sub-response) a code that starts with, but is not equal to
"/api/status/ok"? It would be simpler if we could just use == instead
of startswith!
David