Skip to content

Releases: doanthuanthanh88/yas-http

v1.1.11

28 Sep 04:34

Choose a tag to compare

Fix bugs

  • When a path include character :, then replace to : to keep : in the path

Example:

yas-http/Post:
  url http://tele...com/botABC\:DEF/:action
  params:
    action: sendMessage

\:DEF will keep botABC:DEF, :action will be replace to sendMessage

v1.1.10

20 Apr 08:20

Choose a tag to compare

Features

  • Support dynamic API in CRUD mode
  • Support save mock data to file database .json
  • Allow customize request client configuration
  • Replace lazy loading tag 'tags/binary' to 'file/stream'

Fix bugs

  • Host, port is not replaced in preparing state

v1.1.2

30 Mar 08:29

Choose a tag to compare

Features

  • Add progress bar when download file
  • Support lazy loading tag for uploading file