fcoin/lib/http/index.js
Christopher Jeffrey a6dc571c2d
http: use bclient.
2018-03-29 21:56:45 -07:00

16 lines
310 B
JavaScript

/*!
* http/index.js - http for bcoin
* Copyright (c) 2014-2015, Fedor Indutny (MIT License)
* Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).
* https://github.com/bcoin-org/bcoin
*/
'use strict';
/**
* @module http
*/
exports.RPC = require('./rpc');
exports.Server = require('./server');