Name is the name of the compression codec and is used to set the content coding header. The result must be static; the result cannot change between calls.
()
| 74 | // coding header. The result must be static; the result cannot change |
| 75 | // between calls. |
| 76 | Name() string |
| 77 | } |
| 78 | |
| 79 | var registeredCompressor = make(map[string]Compressor) |