def msgpackData( data ): web.header( 'Content-Type', 'application/msgpack' ) return msgpack.packb( data )