ee-stream-url-decoder

0.1.1 • Public • Published

ee-stream-url-decoder

stream decodes url encoded data

installation

npm install ee-stream-url-decoder

usage

var   StreamDecoder 	= require( "./" )
	, decoder 			= new StreamURLDecoder();


decoder.on( "data", function( obj ){
	console.dir( obj );
} );

decoder.on( "end", function(){
	log( "all data decoded ...." );
} );


decoder.end( "key=value&anotherKEy=anotherValue" );

Readme

Keywords

none

Package Sidebar

Install

npm i ee-stream-url-decoder

Weekly Downloads

3

Version

0.1.1

License

none

Last publish

Collaborators

  • ee