All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalaz.http.Slinky.scala Maven / Gradle / Ivy

The newest version!
package scalaz
package http

import request.{RequestHeaders, Uris, Methods, Lines}
import response.xhtml.Doctypes
import response.{Bodys, ResponseHeaders}
import servlet.{HttpServlets, HttpServletRequests, HttpServletResponses, HttpSessions}

object Slinky extends EntityHeaders
        with GeneralHeaders
        with Versions
        with Lines
        with Methods
        with RequestHeaders
        with ResponseHeaders
        with Uris
        with StreamStreamApplications
        with Bodys
        with HttpSessions
        with HttpServletResponses
        with HttpServletRequests
        with HttpServlets
        with Doctypes




© 2015 - 2024 Weber Informatics LLC | Privacy Policy