org.http4s.server

staticcontent

package staticcontent

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. staticcontent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait CacheStrategy extends AnyRef

  2. class MemoryCache extends CacheStrategy

Value Members

  1. object FileService

  2. object MemoryCache

  3. object NoopCacheStrategy extends CacheStrategy

  4. object ResourceService

  5. def fileService(config: Config): HttpService

    Make a new org.http4s.server.HttpService that serves static files.

  6. def resourceService(config: Config): HttpService

    Make a new org.http4s.server.HttpService that serves static files.

Inherited from AnyRef

Inherited from Any

Ungrouped