Hacker News new | ask | show | jobs
by revetkn 4414 days ago
Is the normal way to returning "success" values (throwing an exception?)

    var resp = new HttpResponseMessage(HttpStatusCode.Created);
    throw new HttpResponseException(resp);