- jwtinfo: allow reading JWT token from file (#24)
- add file input option to JwtInfo (#23)
- jwtinfo: ParseTokenData function to Parse methods (#22)
- certinfo: cert and ca file paths display (#6)
- HandleRequests function and create processHTTPRequestsByHost (#4)
- GetKeyFromFile
- lint certinfo
- lint cmd
- update rel path to Json schema for test-configs files
- move Certinfo and Requests to internal, move code from src to upper level
- improve details in Certificate view
- exclude system CA pool when using custom CA Bundle
- remove time globals
- unexport structs
- error format, error variable shadowing
- multiplication of durations
- var naming, unused var
- line length
- deep exit
- unexport error vars
- deep exit
- deep exit
- unecessary conversion
- var naming
- certinfo: read encrypted private keys
- certinfo: add labels to PrintData function
- requests: add syntax highlight to response body display
- error strings
- certinfo: CertsToTable improve readability and add color coded warning on cert expiration
- add certinfo command
- add responseBodyMatchRegexp option
- add insecure option
- typo in proxyProtoHeaderFromRequest
- add enableProxyProtocolV2 to request options
- json-schema: add caBundle option to Json schema
- add caBundle option to Yaml configuration