Package org.takes.rs

Interface RsStatus

  • All Superinterfaces:
    Body, Head, Response
    All Known Implementing Classes:
    RsStatus.Base

    public interface RsStatus
    extends Response
    HTTP status of the Response.

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

    Since:
    1.22
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  RsStatus.Base
      Request decorator, for HTTP URI query parsing.