# Http Stream

A http stream to use alongside bunyan for logging

## Install

`npm install @tryghost/http-stream --save`

or

`pnpm add @tryghost/http-stream`

## Purpose

HTTP response streaming helper used for piping remote/local resources through Ghost responses.

## Usage

## Develop

This is a mono repository, managed with [Nx](https://nx.dev).

Follow the instructions for the top-level repo.

1. `git clone` this repo & `cd` into it as usual
2. Run `pnpm install` to install top-level dependencies.

## Run

- `pnpm dev`

## Test

- `pnpm lint` runs oxlint
- `pnpm test` runs lint and tests

# Copyright & License

Copyright (c) 2013-2026 Ghost Foundation - Released under the [MIT license](LICENSE).
