You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: oauth improvements, @curl-data-urlencode, various fixes (#532)
* feat: include payload in verbose and Copy to curl if < 1000 chars
* feat: allow empty headers
* feat: add `kulala_keymaps_prefix` option
* feat: support @curl-data-urlencode flag
* feat(oauth): make effective @curl-global and additional_curl_options for oauth requests
* feat(oauth): add support for SSL Configuration in http-client.private.env.json
* fix(oauth): do not override expire_in if provided
* fix: copy as curl recognize --data-urlencode
* fix(parser): revert stripping \n from body
* fix(parser): add human errors to external path resolvers
* fix(lsp): add checks for invalid buf/win
* fix(ui): auth_manager - show when no configs
* fix(scripting): request.replay()
* Fix var prompt
* Fix compatibility with Neovim 0.10+ and older versions
* docs: update CLI/CI docs
* docs: Add note about url encoding
* docs: add scripting examples and demos for request.replay/skip
0 commit comments