@@ -523,6 +523,17 @@ Type: Runtime
|
523 | 523 | of V8 5.8. It is replaced by Inspector which is activated with `--inspect` |
524 | 524 | instead. |
525 | 525 | |
| 526 | +<a id="DEP0063"></a> |
| 527 | +#### DEP0063: ServerResponse.prototype.writeHeader() |
| 528 | + |
| 529 | +Type: Documentation-only |
| 530 | + |
| 531 | +The `http` module `ServerResponse.prototype.writeHeader()` API has been |
| 532 | +deprecated. Please use `ServerResponse.prototype.writeHead()` instead. |
| 533 | + |
| 534 | +*Note*: The `ServerResponse.prototype.writeHeader()` method was never documented |
| 535 | +as an officially supported API. |
| 536 | + |
526 | 537 | [alloc]: buffer.html#buffer_class_method_buffer_alloc_size_fill_encoding |
527 | 538 | [alloc_unsafe_size]: buffer.html#buffer_class_method_buffer_allocunsafe_size |
528 | 539 | [`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size |
|