kibana/packages/kbn-hapi-mocks
Pierre Gayvallet 3290d395c8
Add httpVersion and protocol fields to KibanaRequest (#183725)
## Summary

Part of https://github.com/elastic/kibana/issues/7104

Prepare the work for `http2` support by introducing the `httpVersion`
and `protocol` fields to the `KibanaRequest` type and implementation.

Proper handling of h2 protocol for those fields will be added in the PR
implementing http2 (https://github.com/elastic/kibana/pull/183465)
2024-05-21 04:17:44 -07:00
..
src Add httpVersion and protocol fields to KibanaRequest (#183725) 2024-05-21 04:17:44 -07:00
index.ts chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00
jest.config.js
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/hapi-mocks

This package contains mocks for @hapi types