@@ -428,7 +428,7 @@ added: v0.6.0
428
428
added: v0.11.12
429
429
-->
430
430
431
- Compress a Buffer or string with Deflate.
431
+ Compress a [ Buffer] [ ] or string with [ Deflate] [ ] .
432
432
433
433
### zlib.deflateRaw(buf[ , options] , callback)
434
434
<!-- YAML
@@ -439,7 +439,7 @@ added: v0.6.0
439
439
added: v0.11.12
440
440
-->
441
441
442
- Compress a Buffer or string with DeflateRaw.
442
+ Compress a [ Buffer] [ ] or string with [ DeflateRaw] [ ] .
443
443
444
444
### zlib.gunzip(buf[ , options] , callback)
445
445
<!-- YAML
@@ -450,7 +450,7 @@ added: v0.6.0
450
450
added: v0.11.12
451
451
-->
452
452
453
- Decompress a Buffer or string with Gunzip.
453
+ Decompress a [ Buffer] [ ] or string with [ Gunzip] [ ] .
454
454
455
455
### zlib.gzip(buf[ , options] , callback)
456
456
<!-- YAML
@@ -461,7 +461,7 @@ added: v0.6.0
461
461
added: v0.11.12
462
462
-->
463
463
464
- Compress a Buffer or string with Gzip.
464
+ Compress a [ Buffer] [ ] or string with [ Gzip] [ ] .
465
465
466
466
### zlib.inflate(buf[ , options] , callback)
467
467
<!-- YAML
@@ -472,7 +472,7 @@ added: v0.6.0
472
472
added: v0.11.12
473
473
-->
474
474
475
- Decompress a Buffer or string with Inflate.
475
+ Decompress a [ Buffer] [ ] or string with [ Inflate] [ ] .
476
476
477
477
### zlib.inflateRaw(buf[ , options] , callback)
478
478
<!-- YAML
@@ -483,7 +483,7 @@ added: v0.6.0
483
483
added: v0.11.12
484
484
-->
485
485
486
- Decompress a Buffer or string with InflateRaw.
486
+ Decompress a [ Buffer] [ ] or string with [ InflateRaw] [ ] .
487
487
488
488
### zlib.unzip(buf[ , options] , callback)
489
489
<!-- YAML
@@ -494,7 +494,7 @@ added: v0.6.0
494
494
added: v0.11.12
495
495
-->
496
496
497
- Decompress a Buffer or string with Unzip.
497
+ Decompress a [ Buffer] [ ] or string with [ Unzip] [ ] .
498
498
499
499
[ accept-encoding ] : https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3
500
500
[ content-encoding ] : https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
0 commit comments