CleverGo Web Framework v1.9.0 Release Notes

Release Date: 2020-04-04 // about 4 years ago
    • ➕ Add Context.JSON to send JSON response.
    • ➕ Add Context.String to send string response.
    • ➕ Add Context.XML to send XML response.
    • Content.SetContentTypeJSON and Content.SetContentTypeXML append charset=utf-8 to content type header.
    • ➕ Add Context.HTML to send HTML response.
    • ➕ Add Context.Cookie and Context.Cookies.
    • ➕ Add Context.FormValue.
    • ➕ Add Context.PostFormValue.
    • ➕ Add Context.QueryString.
    • ➕ Add Context.QueryParams and Context.QueryParam.
    • ➕ Add Context.JSONP and Context.JSONPCallback.
    • ➕ Add Context.Render to render a template.
    • ➕ Add Context.RouteURL to generate URL of the naming route.
    • ➕ Add Context.Emit and Context.Blob.
    • ➕ Add Context.HtmlBlob.
    • ➕ Add Context.XMLBlob.
    • ➕ Add Context.JSONBlob.
    • ➕ Add Context.JSONPBlob and Context.JSONPCallbackBlob.
    • ➕ Add RecoveryLogger.