wasmCloud / interfaces

Deprecated: wasmCloud API interfaces: smithy IDLs and shared libraries
https://wasmcloud.github.io/interfaces/
Apache License 2.0
34 stars 22 forks source link

Added a simple impl for an OK http response #99

Closed brooksmtownsend closed 1 year ago

brooksmtownsend commented 1 year ago

This PR adds a simple impl for the HTTPResponse object that just allows you to write something like:

HttpResponse::ok("Hello, World!")