httpyac

Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT

MIT License

Downloads
27.7K
Stars
401
Committers
20

Bot releases are hidden (Show)

httpyac - v2.12.3

Published by AnWeber over 3 years ago

Fix

  • fix types issue
httpyac - v2.12.2

Published by AnWeber over 3 years ago

Fix

  • error if ### on first line
httpyac - v2.12.1

Published by AnWeber over 3 years ago

Fix

  • Spelling mistake in symbol
  • small error in Http version output
httpyac - v2.12.0

Published by AnWeber over 3 years ago

Features

  • change signature of responseRef array
  • HttpSymbol provides property source
  • utils for http file output
httpyac - v2.11.0

Published by AnWeber over 3 years ago

Features

  • add parser for response and responseRef
httpyac - v2.10.0

Published by AnWeber over 3 years ago

Features

  • dependency updates of open, inquirer and dotenv
httpyac - v2.9.0

Published by AnWeber over 3 years ago

Features

  • force inject variables with metadata setting (# @injectVariables)
  • update dependencies
httpyac - v2.8.0

Published by AnWeber over 3 years ago

Features

  • allow custom filesystem provider (e.g. vscode.workspace.fs)
  • add support for mimetype application/x-javascript
  • update dotenv to 9.0.2
httpyac - v2.7.0

Published by AnWeber over 3 years ago

Features

  • all markdown utils exported
  • reuse parser promise on same version and filename

Fix

  • use shared env on empty environment array
  • delimiter ignored on source of httpregion
httpyac - v2.6.0

Published by AnWeber over 3 years ago

Features

  • toMarkdown with better option support and style change
  • httpClient is optional on httpyacApi.send

Fix

  • incomplete httpRegion.source fixed
httpyac - v2.5.1

Published by AnWeber over 3 years ago

Fix

  • declaration support added
httpyac - v2.5.0

Published by AnWeber over 3 years ago

Breaking Changes

  • Action method changed to process instead of processor
  • VariableReplacer changed to object with replace method, to implement better trust support

Features

  • better static code analysis
  • interactive mode, which do not close cli command
  • glob pattern support for filename
  • rest client dynamic variable support ($guid, $randomInt, $timestamp, $datetime, $localDatetime, $processEnv, $dotenv)

Fix

  • ref and forceRef support is fixed
  • error on executing httpRegionScript
httpyac - v2.4.0

Published by AnWeber over 3 years ago

Features

  • better test method support
  • refactored response in script to http response instead of body

Fix

  • intellij env support enabled
  • unnecessary file parse when using ref in vscode
httpyac - v2.3.1

Published by AnWeber over 3 years ago

Features

  • define response example in http file (ignored in parsing file)
  • using chalk for ansi support

Fix

  • dotenv support accidentally disabled
httpyac - v2.3.0

Published by AnWeber over 3 years ago

Features

  • define global script executed after every request
  • set ssl client certifcates per request
  • intellij syntax support for metadata (// @no-cookie-jar)
  • markdown utils in httpyac

Fix

  • priority of config initialization adjusted (#3)
httpyac - v.2.2.1

Published by AnWeber over 3 years ago

Feature

  • support for ssl client certficates
  • note http version (version 1.1 disables http2 support)
  • cookiejar support

Fix

  • minimize size of webpack build
httpyac - v2.2.0

Published by AnWeber over 3 years ago

Feature

  • support for ssl client certficates
  • note http version (version 1.1 disables http2 support)
  • cookiejar support
httpyac - v2.1.0

Published by AnWeber over 3 years ago

Feature

  • --version option in cli command

Fix

  • error in signing request with aws
Package Rankings
Top 4.08% on Npmjs.org
Related Projects