var skipHandler = function( req ) {
    if ( req.method !== 'GET' || !req.query.skip ) {
        return null;
    }