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

Latest commit

 

History

6 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 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

关于

binary formatter

Resources

Stars

4 stars

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages