Package org.takes.rq

Interface RqHref

  • All Superinterfaces:
    Body, Head, Request
    All Known Implementing Classes:
    RqHref.Base, RqHref.Smart

    public interface RqHref
    extends Request
    HTTP URI query parsing.

    All implementations of this interface must be immutable and thread-safe.

    Since:
    0.9
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  RqHref.Base
      Request decorator, for HTTP URI query parsing.
      static class  RqHref.Smart
      Smart decorator, with extra features.