Skip to content
This repository has been 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

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published