| 81 | } |
| 82 | |
| 83 | type HTTP2HTTPSPluginOptions struct { |
| 84 | Type string `json:"type,omitempty"` |
| 85 | LocalAddr string `json:"localAddr,omitempty"` |
| 86 | HostHeaderRewrite string `json:"hostHeaderRewrite,omitempty"` |
| 87 | RequestHeaders HeaderOperations `json:"requestHeaders,omitempty"` |
| 88 | } |
| 89 | |
| 90 | func (o *HTTP2HTTPSPluginOptions) Complete() {} |
| 91 |
nothing calls this directly
no outgoing calls
no test coverage detected