<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>deps/mochiweb/mochiweb_rpc.beam</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochifmt.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochifmt_records.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochifmt_std.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochihex.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochijson.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochijson2.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochinum.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_app.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_charref.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_cookies.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_echo.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_headers.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_html.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_http.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_multipart.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_request.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_response.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_skel.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_socket_server.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_sup.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/mochiweb_util.beam</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>deps/mochiweb/reloader.beam</filename>
    </modified>
    <modified>
      <diff>@@ -24,7 +24,7 @@ loop(Req, DocRoot) -&gt;
     &quot;/&quot; ++ Path = Req:get(path),
     case {Path, Req:get(method), Req:get_header_value('Content-Type')} of
       {&quot;rpc&quot;, 'POST', &quot;application/json&quot;} -&gt;
-        jsonrpc:handler(Req, {?MODULE, rpc_handler});
+        mochiweb_rpc:handler(Req, {?MODULE, rpc_handler});
       {_, Method, _} when Method =:= 'GET'; Method =:= 'HEAD' -&gt;
         Req:serve_file(Path, DocRoot);
       {_, 'POST', _} -&gt;</diff>
      <filename>src/rpc_server_web.erl</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>src/jsonrpc.erl</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>7c611df42b81851594c7f52561e458b9b97746e1</id>
    </parent>
  </parents>
  <author>
    <name>Abhay Kumar</name>
    <email>abhay+git@opensynapse.net</email>
  </author>
  <url>http://github.com/mojombo/sample-rpc-server/commit/acf9eb432539533f470e9d4124c60a1e5032befc</url>
  <id>acf9eb432539533f470e9d4124c60a1e5032befc</id>
  <committed-date>2008-06-02T14:21:06-07:00</committed-date>
  <authored-date>2008-06-02T14:21:06-07:00</authored-date>
  <message>moved rpc module to mochiweb</message>
  <tree>b879dcf6fce583001fb4140fb0038fa2d0c335ee</tree>
  <committer>
    <name>Abhay Kumar</name>
    <email>abhay+git@opensynapse.net</email>
  </committer>
</commit>
