Skip to content

Commit

Permalink
starting to modernize for new HTTP client in node 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danwrong committed Feb 2, 2011
1 parent 54cd767 commit d009ae2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 976 deletions.
7 changes: 2 additions & 5 deletions lib/restler.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
var sys = require('sys'),
http = require('http'),
uri = require('./vendor/uri'),
qs = require('./vendor/querystring'),
base64 = require('./vendor/base64'),
x2j = require('./vendor/xml2json'),
yaml = require('./vendor/yaml'),
url = require('url'),
qs = require('querystring'),
multipart = require('./multipartform');

function Request(url, options) {
Expand Down
120 changes: 0 additions & 120 deletions lib/vendor/base64.js

This file was deleted.

177 changes: 0 additions & 177 deletions lib/vendor/querystring.js

This file was deleted.

Loading

0 comments on commit d009ae2

Please sign in to comment.