Interface HttpContent

  • All Known Implementing Classes:
    PrecompressedHttpContent, ResourceHttpContent

    public interface HttpContent
    HttpContent interface.

    This information represents all the information about a static resource that is needed to evaluate conditional headers and to serve the content if need be. It can be implemented either transiently (values and fields generated on demand) or persistently (values and fields pre-generated in anticipation of reuse in from a cache).