Closed brooksmtownsend closed 1 year ago
This PR adds a simple impl for the HTTPResponse object that just allows you to write something like:
impl
HttpResponse::ok("Hello, World!")
This PR adds a simple
impl
for the HTTPResponse object that just allows you to write something like: