Andrea

Results 2 issues of Andrea

Hello, is it possible to access to request object in host param like this? const proxy = require('express-http-proxy'); proxy((req, res) => req.proxyUrl)

Hello, Is it possibile adding the end offset of language in chunks model, like this? ` chunks: [ { name: 'ITALIAN', code: 'it', start: 0, end: 310, bytes: 170 },...