We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935298b commit 2d8e3f7Copy full SHA for 2d8e3f7
1 file changed
src/fastboot-request.js
@@ -4,7 +4,7 @@ var FastBootHeaders = require('./fastboot-headers');
4
function FastBootRequest(request, hostWhitelist) {
5
this.hostWhitelist = hostWhitelist;
6
7
- this.protocol = request.protocol+':';
+ this.protocol = `${request.protocol}:`;
8
this.headers = new FastBootHeaders(request.headers);
9
this.queryParams = request.query;
10
this.path = request.url;
0 commit comments