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 - v5.7.4

Published by AnWeber about 2 years ago

Fixes

  • fix missing jwt data (httpyac/httpyac.github.io#56)
httpyac - v5.7.3

Published by AnWeber about 2 years ago

Fixes

  • update inquirer and filesize
  • parser error on /* ... */ comment directly after header
httpyac - v5.7.2

Published by AnWeber about 2 years ago

Fixes

  • update hookpoint to prevent error with interceptor
httpyac - v5.7.1

Published by AnWeber about 2 years ago

Fixes

  • trim filename in @import (AnWeber/vscode-httpyac#150)
httpyac - v5.7.0

Published by AnWeber about 2 years ago

Featues

  • allow setting CookieJar Options (httpyac/httpyac.github.io#55)
httpyac - v5.6.5

Published by AnWeber about 2 years ago

Fixes

  • issue with breaking change in minor version of tough-cookie
httpyac - v5.6.4

Published by AnWeber about 2 years ago

Fixes

httpyac - v5.6.3

Published by AnWeber about 2 years ago

Features

  • add response tags to allow better filtering in responseLogging Hook (#322)

Fixes

httpyac - v5.6.2

Published by AnWeber about 2 years ago

Fixes

  • respect timeout in GRPC, MQTT and Websocket Requests (#320)
httpyac - v5.6.1

Published by AnWeber about 2 years ago

Fixes

  • prevent override of httpYac Script Keywords (AnWeber/vscode-httpyac#144)
httpyac - v5.6.0

Published by AnWeber about 2 years ago

Features

  • add OAuth2 config setting to change server.listener port (#315)

Fixes

  • no exception after cancel while OAuth2 Authorization Code flow
httpyac - v5.5.5

Published by AnWeber over 2 years ago

Fixes

  • prevent circular JSON.stringify with fallback (AnWeber/vscode-httpyac#139)
httpyac - v5.5.4

Published by AnWeber over 2 years ago

Fixes

  • output header key in test.header (#304)
httpyac - v5.5.3

Published by AnWeber over 2 years ago

Fixes

  • prevent missing body with request body and @loop (#302)
httpyac - v5.5.2

Published by AnWeber over 2 years ago

Fixes

  • use correct request for HTTP302 logging (AnWeber/vscode-httpyac#137)
  • prevent excessive ref calls if response body is falsy (AnWeber/vscode-httpyac#136)
httpyac - v5.5.1

Published by AnWeber over 2 years ago

Fixes

  • support Request Body in AWS Signature (#299)
httpyac - v5.5.0

Published by AnWeber over 2 years ago

Features

  • log redirect responses (HTTP 302)
  • add symbols for handlebar in url, header and body

Fixes

  • grpc requests allows output redirection (#297)
httpyac - v5.4.2

Published by AnWeber over 2 years ago

Fixes

  • # @loop allows statements before the loop is executed (#279)
  • # @loop sets variable for # @name (#279)
  • ensure string headers in http requests
  • ignore casing in Intellij Headers (httpyac/httpyac.github.io#47)
  • use correct symbol for response Header (AnWeber/httpbook#53)
httpyac - v5.4.1

Published by AnWeber over 2 years ago

Features

  • allow variables in outputRedirection (httpyac/httpyac.github.io#46)

Fixes

  • allow empty string as variable (#268)
  • add response parser for GRPC, WS, SSE to fix issues in httpbook (AnWeber/httpbook#51)
  • add user with space in http auth digest (#274)

Contributors

Thanks to @fredrikhr and @wooyey

httpyac - v5.4.0

Published by AnWeber over 2 years ago

Features

  • add dayjs and uuid to require
  • # @disabled allows evalExpression which is evaluated on each step in execution (#246)

Fixes

  • throw error on javascript error (#245)
  • correct order of output using # @ref (#245)
  • correct order of output using # @loop (#243)
  • right request count using # @loop (#242)
Package Rankings
Top 4.08% on Npmjs.org
Related Projects