oschaaf opened a new pull request #1948: [WIP] Envoy PageSpeed filter: initial skeleton URL: https://github.com/apache/incubator-pagespeed-mod/pull/1948 Adds a hello world entry point for a to-be-implemented PageSpeed filter for Envoy. Build with: ``` bazel build pagespeed/envoy:envoy ``` Envoy configuration to enable: ```yaml http_filters: - name: pagespeed # before envoy.router because order matters! config: key: via val: pagespeed-filter - name: envoy.router config: {} ``` PageSpeed filter for Envoy. Test with: ``` bazel test pagespeed/envoy:http_filter_integration_test ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services