Created by zl on 2019/03/01.
| 8 | * Created by zl on 2019/03/01. |
| 9 | */ |
| 10 | @Data |
| 11 | @NoArgsConstructor |
| 12 | @AllArgsConstructor |
| 13 | public class Header { |
| 14 | private String key; |
| 15 | private String value; |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected