Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
Add hawk
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Hammer committed Feb 25, 2013
1 parent d8c0b09 commit 24c8050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/request.js
@@ -1,11 +1,12 @@
// Load modules

var Url = require('url');
var Hoek = require('hoek');
var Boom = require('boom');
var Hawk = require('hawk');
var Crypto = require('./crypto');
var Ticket = require('./ticket');
var Settings = require('./settings');
var Hoek = require('hoek');


// Declare internals
Expand Down

0 comments on commit 24c8050

Please sign in to comment.