wasm-nginx-module
wasm-nginx-module copied to clipboard
Progress of wasm-nginx-module
trafficstars
- [x] load wasm module
- [ ] callback for VM start
- [x] configure plugin
- [x] process HTTP request
- [x] send local response
- [x] get HTTP request headers
- [x] modify HTTP request headers
- [x] get HTTP request method/path/scheme via HTTP2 pseudo header
- [x] set HTTP request method/path via HTTP2 pseudo header
- [x] get HTTP request body
- [ ] set HTTP request body
- [x] process HTTP response
- [x] get HTTP response headers
- [x] modify HTTP response headers
- [x] get/set HTTP response status via HTTP2 pseudo header
- [x] get HTTP response body
- [ ] set HTTP response body
- [x] get/set Nginx var as property
- [x] send HTTP request & run in the callback
- [ ] interact with shdict