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 visible (Hide)

httpyac - v6.15.1

Published by AnWeber about 2 months ago

Features

  • prefix output with name as fallback for title (AnWeber/vscode-httpyac#318)

Fix

  • ensure valid names of parsed symbols (AnWeber/vscode-httpyac#297)
  • copy header for aws signing (#769)
  • add skip test result if @ref is skipped (AnWeber/vscode-httpyac#297)
httpyac - v6.15.0

Published by AnWeber 3 months ago

Features

  • add support to define timeout per request using request.timeout or setting variable request_timeout

Fix

  • variables in gql Query body are replaced (AnWeber/vscode-httpyac#303)
  • allow defaultHeaders to overwrite accept or user-agent header
  • only try loading grpc reflection if no other protodefinition file is imported or it is explicitly triggerd using grpcReflection (#757)
  • add better handling for disabled and error tests (Anweber/vscode-httpyac#297, #760)
  • support empty passwords for Basic auth (#751)
  • error do not bail test runs and instead just set error for this httpRegion (#708)

Contributors

thx to @jbest84

httpyac - v6.14.0

Published by AnWeber 5 months ago

Features

  • add --tag support to cli to only execute httpRegion with defined tag (#693)

Fix

  • prevent readFile Error log output on package.json search (Anweber/vscode-httpyac#293)
  • disabled MetaData Handler checks disabled State on occurence of line in execution order (AnWeber/vscode-httpyac#292)
  • support Intellij Multiline FormUrlEncoded Syntax (#699)
  • better match .env files to ignore false positive like .envrc (#700)
httpyac - v6.13.3 Latest Release

Published by AnWeber 5 months ago

Fix

  • Aws Signing use query params in signing request (#684)
  • allow check for floats (Anweber/vscode-httpyac#283)
httpyac - v6.13.2

Published by AnWeber 6 months ago

Fix

  • ensureUniqueId on merge (Anweber/vscode-httpyac#280)
  • replace header variables after body variables to allow valide Request Signing (#684)
httpyac - v6.13.1

Published by AnWeber 6 months ago

Fix

  • `$random.integer() returns valid integer (Anweber/vscode-httpyac#277)
httpyac - v6.13.0

Published by AnWeber 6 months ago

Features

  • update to new API Changes of Intellij Http Client
  • add support for OAuth2 Intellij API (AnWeber/vscode-httpyac#275)

Fix

  • JUnit Test Output conforms to Junit 5 XSD (#673)
httpyac - v6.12.2

Published by AnWeber 6 months ago

Fix

  • test results generated by @loop override previous test results for junit output(#664)
httpyac - v6.12.1

Published by AnWeber 7 months ago

Fix

  • provide no duplicate symbols on filter call (Anweber/vscode-httpyac#269)
  • request count ignores disabled region (#663)
  • show replaced expected value in test results to improve user experience (#663)
httpyac - v6.12.0

Published by AnWeber 7 months ago

Features

  • add current symbol to filter result if symbol matches predicate (AnWeber/vscode-httpyac#265)

Fix

  • call end() instead of cancel()on successful GRPC Client Streaming (Anweber/vscode-httpyac#264)
httpyac - v6.11.5

Published by AnWeber 8 months ago

Fix

  • replace grpc-reflection-js with grpc-js-reflection-client
  • fix order of log output in cli (#644)
httpyac - v6.11.4

Published by AnWeber 8 months ago

Fix

  • Assertsions for Zero are working (AnWeber/vscode-httpyac#260)
  • typo in junit report.xml generation (#642)
httpyac - v6.11.3

Published by AnWeber 9 months ago

Fix

  • Variable is replaced in multipart/form-data when file is injected (AnWeber/vscode-httpyac#258)

Contributors

thx to @wiadam

httpyac - v6.11.2

Published by AnWeber 9 months ago

Fix

  • hide password answer in sessionStore (AnWeber/httpbook#111)
  • add Content-Type if protocol GRAPHQL is used to support same API as Intellij HTTP Client (AnWeber/vscode-httpyac#257)
httpyac - v6.11.1

Published by AnWeber 9 months ago

Fix

  • Intellij store variables independent from current env in global cache (#612)
  • always use GRPC Reflection to support same Behaviour as Intellij (Anweber/vscode-httpyac#254)
httpyac - v6.11.0

Published by AnWeber 10 months ago

Feature

  • add audience and resource to OAuth2 token exchange flow (AnWeber/vscode-httpyac#248)
  • allow intercepting and modification of OAuth2 Request before sending using oauht2_interceptRequest (#605)

Fix

  • escaping of \{\{2\}\} did not work (Anweber/vscode-httpyac#244)
  • support only http-client.env.json and http-client.private.env.json files for intellij environments (Anweber/vscode-httpyac#245)
  • add support to set requestUnauthorized to OAuth2 Requests (#605)
  • allow empty string in input and list provider (AnWeber/vscode-httpyac#247)
  • parsing issue with multiline url parsing with only variable content (Anweber/vscode-httpyac#249)
httpyac - v6.10.0

Published by AnWeber 11 months ago

Feature

  • add support for dynamic # @ref (#585)

Fix

  • device code flow uses correct interval
  • expires_in is not required in OAuth2Response (AnWeber/vscode-httpyac#240
httpyac - v6.9.3

Published by AnWeber 12 months ago

Fix

httpyac - v6.9.2

Published by AnWeber 12 months ago

Fix

httpyac - v6.9.1

Published by AnWeber 12 months ago

Fix

  • improve junit output using nested testsuite for httpFile and httpRegion
Package Rankings
Top 4.08% on Npmjs.org
Related Projects