@@ -463,7 +463,7 @@ added: v0.6.0
463
463
added: v0.11.12
464
464
-->
465
465
466
- Compress a Buffer or string with Deflate.
466
+ Compress a [ Buffer] [ ] or string with [ Deflate] [ ] .
467
467
468
468
### zlib.deflateRaw(buf[ , options] , callback)
469
469
<!-- YAML
@@ -474,7 +474,7 @@ added: v0.6.0
474
474
added: v0.11.12
475
475
-->
476
476
477
- Compress a Buffer or string with DeflateRaw.
477
+ Compress a [ Buffer] [ ] or string with [ DeflateRaw] [ ] .
478
478
479
479
### zlib.gunzip(buf[ , options] , callback)
480
480
<!-- YAML
@@ -485,7 +485,7 @@ added: v0.6.0
485
485
added: v0.11.12
486
486
-->
487
487
488
- Decompress a Buffer or string with Gunzip.
488
+ Decompress a [ Buffer] [ ] or string with [ Gunzip] [ ] .
489
489
490
490
### zlib.gzip(buf[ , options] , callback)
491
491
<!-- YAML
@@ -496,7 +496,7 @@ added: v0.6.0
496
496
added: v0.11.12
497
497
-->
498
498
499
- Compress a Buffer or string with Gzip.
499
+ Compress a [ Buffer] [ ] or string with [ Gzip] [ ] .
500
500
501
501
### zlib.inflate(buf[ , options] , callback)
502
502
<!-- YAML
@@ -507,7 +507,7 @@ added: v0.6.0
507
507
added: v0.11.12
508
508
-->
509
509
510
- Decompress a Buffer or string with Inflate.
510
+ Decompress a [ Buffer] [ ] or string with [ Inflate] [ ] .
511
511
512
512
### zlib.inflateRaw(buf[ , options] , callback)
513
513
<!-- YAML
@@ -518,7 +518,7 @@ added: v0.6.0
518
518
added: v0.11.12
519
519
-->
520
520
521
- Decompress a Buffer or string with InflateRaw.
521
+ Decompress a [ Buffer] [ ] or string with [ InflateRaw] [ ] .
522
522
523
523
### zlib.unzip(buf[ , options] , callback)
524
524
<!-- YAML
@@ -529,7 +529,7 @@ added: v0.6.0
529
529
added: v0.11.12
530
530
-->
531
531
532
- Decompress a Buffer or string with Unzip.
532
+ Decompress a [ Buffer] [ ] or string with [ Unzip] [ ] .
533
533
534
534
[ `Accept-Encoding` ] : https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3
535
535
[ `Content-Encoding` ] : https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
0 commit comments