Package nginx.clojure.clj

Examples of nginx.clojure.clj.LazyRequestMap$ArrayMapSeq


  }
 
  public static class MyRewriteProxyPassHandler extends AFn {
    @Override
    public Object invoke(Object arg) {
      LazyRequestMap req = (LazyRequestMap)arg;
      String myhost = computeMyHost(req);
      NginxClojureRT.setNGXVariable(req.nativeRequest(), "myhost", myhost);
      return Constants.PHRASE_DONE;
    }
View Full Code Here

TOP

Related Classes of nginx.clojure.clj.LazyRequestMap$ArrayMapSeq

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.