Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

lib/hit/dump-req-res.js
... ... @@ -53,7 +53,7 @@ ${
53 53 )
54 54 }
55 55  
56   -${httpMethod === 'GET' ? '' : `FULL URL: ${endpointUrl}?${querystring.stringify(params)}`}
  56 +${httpMethod === 'GET' ? `FULL URL: ${endpointUrl}?${querystring.stringify(params)}` : `FORM DATA: ${new URLSearchParams(params).toString()}`}
57 57  
58 58 RESPONSE-STATUS: ${responseStatus}
59 59 RESPONSE-BODY:
1 1 {
2 2 "name": "komodo-gw-komodo-httpgetx",
3   - "version": "0.3.10",
  3 + "version": "0.3.11",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8 8 "name": "komodo-gw-komodo-httpgetx",
9   - "version": "0.3.10",
  9 + "version": "0.3.11",
10 10 "license": "ISC",
11 11 "dependencies": {
12 12 "axios": "^1.1.3",
1 1 {
2 2 "name": "komodo-gw-komodo-httpgetx",
3   - "version": "0.3.10",
  3 + "version": "0.3.11",
4 4 "description": "Komodo gateway to KOMODO HTTPGETX",
5 5 "main": "index.js",
6 6 "scripts": {