Interface JSONResponse


public interface JSONResponse
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final dev.latvian.apps.tinyhttp.http.response.HTTPResponse
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static dev.latvian.apps.tinyhttp.http.response.HTTPResponse
    of(dev.latvian.apps.tinyhttp.http.response.HTTPStatus status, Object json)
     
    static dev.latvian.apps.tinyhttp.http.response.HTTPResponse
    of(Object json)
     
  • Field Details

    • SUCCESS

      static final dev.latvian.apps.tinyhttp.http.response.HTTPResponse SUCCESS
  • Method Details

    • of

      static dev.latvian.apps.tinyhttp.http.response.HTTPResponse of(dev.latvian.apps.tinyhttp.http.response.HTTPStatus status, Object json)
    • of

      static dev.latvian.apps.tinyhttp.http.response.HTTPResponse of(Object json)