edp-webserver icon indicating copy to clipboard operation
edp-webserver copied to clipboard

Package for edp webserver.

Results 5 edp-webserver issues
Sort by recently updated
recently updated
newest added

如果是node http client 请求的时候会报 parse error,proxy.js 实际上是全部数据返回后在怼给客户端的,可以移除'transfer-encoding': 'chunked'

This project has vulnerabilities that could not be fixed, or were patched when no upgrade was available. Good news, new upgrades or patches have now been published! This pull request...

使用的 `edp-browser-launcher2` 通过 --navigator设置指定浏览器,默认chrome浏览器, 没有安装chrome则会采用系统安装的其他浏览器 `edp webserver --navigator` `edp webserver --navigator=ie`

支持路径级别的proxy,支持proxy优先级,修复一些fecs检查 see #3 当时也是觉得可以把这个一起解决的

如后端认定的URL是`static/xxx.html`,对FE来说应该是`${DOC_ROOT}/xxx.html`,因此最好能这么配: ``` { location: /static\//, handler: dir('.') } ```

enhancement