hisco

Results 3 comments of hisco

Hey, It's not exported by "main" this is why you cannot require it. You could be using: ```js const {HttpRequestManager} = require('http2-client/lib/request'); ``` Although it's not recommended using something that...

Hey, More information is required: - Which tunnel lib? - The server is using which protocol? - The agent you are using.. is it http1 / http2 agent? Any other...

Hey, Please provide an example of your usage. Thanks.