Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

restify/formatter-binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2a37c8 · Aug 10, 2023

History

6 Commits
Apr 21, 2014
Apr 21, 2014
Apr 21, 2014
Apr 21, 2014
Aug 10, 2023
Apr 21, 2014
Apr 21, 2014

Repository files navigation

Deprecated!

This now lives in the main restify repository. To use the restify formatters, please use:

require('restify').formatters

formatter-binary

Build Status

Installation

npm install restify-formatter-binary

Usage

var restify = require('restify');
var server = restify.createServer();
var binaryFormatter = require('restify-formatter-binary');

server.use(binaryFormatter);
server.listen(8080)

License

MIT