Name returns the binding name.
()
| 12 | |
| 13 | // Name returns the binding name. |
| 14 | func (*RespHeaderBinding) Name() string { |
| 15 | return bindingRespHeader |
| 16 | } |
| 17 | |
| 18 | // Bind parses the response header and returns the result. |
| 19 | func (b *RespHeaderBinding) Bind(resp *fasthttp.Response, out any) error { |
no outgoing calls