httpモジュールでHTTPリクエスト

のつもりだったが, エラーでちゃう.

> http:request("http://twitter.com/statuses/show/842308856.xml").
** exception exit: {noproc,
                    {gen_server,call,
                     [httpc_manager,
                      {request,
                       {request,undefined,<0.39.0>,0,http,
                        {"twitter.com",80},
                        "/statuses/show/842308856.xml",[],get,
                        {http_request_h,undefined,"keep-alive",undefined,
                         undefined,undefined,undefined,undefined,undefined,
                         undefined,...},
                        {[],[]},
                        {http_options,"HTTP/1.1",infinity,true,[],undefined,
                         false},
                        "http://twitter.com/statuses/show/842308856.xml",[],
                        none,[]}},
                      infinity]}}
     in function  gen_server:call/3
     in call from http:handle_request/6

Webブラウザとかからだと普通に見れるしな. ソースでも追ってみるかな.