Skip to content

v0.6.0

Compare
Choose a tag to compare
@wnanbei wnanbei released this 26 Nov 02:05
· 17 commits to master since this release

This is a update release.

  • ca850b Changed the logic of Response.Text() and Response.Content.
    • Now Response.Text() will cache the text the first time it is called.
    • Change Response.content to Response.Content, delete Response.Content().
    • Change Response.Encoding to Response.encoding. Add Response Encoding().
  • 147472 Add a default global Session. Use this Session by default.