类似于ngx_http_concat_module或apache中的mod_concat模块,用于合并多个文件在一个响应报文中。
请求参数需要用两个问号('??')例如:
http://example.com/??style1.css,style2.css,foo/style3.css
参数中某位置只包含一个‘?’,则'?'后表示文件的版本,例如:
http://example.com/??style1.css,style2.css,foo/style3.css?v=102234
类似于ngx_http_concat_module或apache中的mod_concat模块,用于合并多个文件在一个响应报文中。
请求参数需要用两个问号('??')例如:
http://example.com/??style1.css,style2.css,foo/style3.css
参数中某位置只包含一个‘?’,则'?'后表示文件的版本,例如:
http://example.com/??style1.css,style2.css,foo/style3.css?v=102234