Versions in this module Expand all Collapse all v1 v1.4.0 Nov 9, 2024 Changes in this version + func NewHandler(httpHandler CloudweavServerHandler) http.Handler + type CloudweavServerHandler interface + Do func(ctx *Ctx) (interface{}, error) + type Ctx struct + func (ctx *Ctx) Req() *http.Request + func (ctx *Ctx) RespWriter() http.ResponseWriter + func (ctx *Ctx) SetStatus(statusCode int) + func (ctx *Ctx) StatusCode() int