Package com.github.kevwil.aspen

Examples of com.github.kevwil.aspen.RackEnvironment


    @Test
    public void shouldReturnAnEnvironmentWrapper()
    {
        httpRequest = new DefaultHttpRequest( HttpVersion.HTTP_1_1, HttpMethod.GET, "/" );
        req = new Request( ctx, httpRequest, _runtime );
        RackEnvironment env = req.getEnv();
        assertNotNull( env );
    }
View Full Code Here

TOP

Related Classes of com.github.kevwil.aspen.RackEnvironment

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.