@interopio/gateway-server 0.17.0 → 0.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -95,6 +95,7 @@ export interface ServerWebExchangeBuilder<Request extends ServerHttpRequest = Se
95
95
  export type ServerHttpRequest = HttpRequest<ReadonlyHttpHeaders> & HttpInputMessage<ReadonlyHttpHeaders> & {
96
96
  readonly id: string
97
97
  readonly path: string,
98
+ // URL scheme without ':'
98
99
  readonly protocol: string
99
100
  /**
100
101
  * hostname[:port]