forked from loafle/openapi-generator-original
* Allow connection on port != 80 or 443 In the current implementation a client can't connect on another port than 80 or 443 This commit allows to specify a host like "localhost:8080" when creating the client The port is then used when initiating http requests * Update Petstore Sample for CI * Fix unused return value * Update petstore sample * Rename host parameter into authority