Skip to content

v0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ujibang ujibang released this 13 Oct 17:32
· 38 commits to master since this release
3faa8d9

HTTP Shell v0.0.1

This is the first MVP release with following features:

  • support for HTTP methods GET, POST, PUT, PATCH, DELETE, OPTIONS
  • write request body can be read from file
  • status widgets display current base url and current basic authentication id
  • supported response content type include application/json, text/html, text/xml, application/xml
  • support for basic authentication
  • request headers can be read, set and cleared only globally (for all requests)
  • response body displayed on Sidecar
  • error response displayed on Sidecar
  • include following kui plugins: plugin-core-support, plugin-client-common, plugin-bash-like, plugin-git, plugin-carbon-themes, , plugin-proxy-support

Change Log

  • 3faa8d9 (HEAD -> master, tag: v0.0.1, origin/master, origin/HEAD) Update image on Welcome notebook
  • 389a922 Renamed to HTTP Shell
  • 9a03f74 Update screenshot in README
  • 9ff4065 Renamed to HTTP Cli
  • 6152ea3 Indent json body
  • 7c963fe Handle different content types
  • 30d0be1 Better error message whene request terminates unexpectly
  • 5b1bba7 Add reset auth cmd
  • 5d7461b Update kui to v9.0.0
  • 85f4aa0 Add build instruction to README
  • 531e6df Add commands: post, delete, optioms, patch, put, set header, get headers, cleart headers
  • ffb8b85 Add post command, improve response view
  • f8f8d76 Change prompt and improved help
  • ae3c5cf Replace unirest with superagent as http client library
  • dd0b551 Remove npm dependency to removed plugin-test
  • 1e7eec2 Fix license headers
  • 0b9ba54 Remove plugin-test
  • 87e66cc Add widgets to open help window and to display current set url, client id
  • 18d6892 Update about menu
  • 2a614ec Update to Kui 8.12.2
  • 82e16f6 Update README.md
  • e1cbee0 Clarify how to get usage help on README
  • 65a0dbe Fix cmds after refactoring
  • 10b933d Refactor commands code into lib/cmds dir
  • 90b8253 Use UsageModel to document available commands
  • 94c534f Add image to README
  • 2dc8863 Initial commit
  • 8c934c4 Initial commit