Skip to content

--url-path for HTTP connection

Compare
Choose a tag to compare
@roberto-butti roberto-butti released this 09 Aug 14:11

Add

  • Add --url-path for using a specific path during HTTP connection. For example --url-path=test (for checking "test" path)

Change

  • Refactor logic with traits for: database connection, configuration, runtime parameters, filesystem, http connections (issue #11);
  • Improve the HTTP Connection check (configuration url, url generated)