Skip to content

Commit 718a903

Browse files
committed
http mode is just working but needs a lot more work to make it scalable with some consideration for rate limits
1 parent 1771ea6 commit 718a903

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/http-server.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ export class HttpServer {
3737
url: req.query.url,
3838
width: req.query.width,
3939
height: req.query.height,
40+
filePath: req.query.filePath,
41+
timeout: req.query.timeout,
42+
renderKey: req.query.renderKey,
43+
domain: req.query.domain,
44+
timezone: req.query.timezone,
45+
encoding: req.query.encoding,
4046
};
4147

4248
let result = await this.browser.render(options);

0 commit comments

Comments
 (0)