/*
* routing-stream.js: A Stream focused on connecting an arbitrary RequestStream and
* ResponseStream through a given Router.
*
* (C) 2011, Charlie Robbins & the Contributors
* MIT LICENSE
*
*/
var util = ,
union = ,
RequestStream = ,
ResponseStream = ;
//
// ### function RoutingStream (options)
//
//
var RoutingStream = ;
util.;
//
// Called when this instance is piped to **by another stream**
//
;
;