scalaz

http

package http

Visibility
  1. Public
  2. All

Type Members

  1. trait Application[IN, OUT] extends AnyRef

    A web application that transforms a request to a response .

  2. trait EntityHeader extends AnyRef

    HTTP entity header fields .

  3. trait EntityHeaders extends AnyRef

  4. trait GeneralHeader extends AnyRef

    HTTP general header fields .

  5. trait GeneralHeaders extends AnyRef

  6. trait InputStreamer[I] extends AnyRef

    Takes an input-stream to an environment for bytes .

  7. trait StreamStreamApplications extends AnyRef

  8. trait Version extends AnyRef

    HTTP version .

  9. trait Versions extends AnyRef

Value Members

  1. object Allow extends EntityHeader with Product

    object Application extends AnyRef

    Functions over web applications that transforms a request to a response .

  2. object CacheControl extends GeneralHeader with Product

    object Connection extends GeneralHeader with Product

    object ContentEncoding extends EntityHeader with Product

    object ContentLanguage extends EntityHeader with Product

    object ContentLength extends EntityHeader with Product

    object ContentLocation extends EntityHeader with Product

    object ContentMD5 extends EntityHeader with Product

    object ContentRange extends EntityHeader with Product

    object ContentType extends EntityHeader with Product

    object Date extends GeneralHeader with Product

    object EntityHeader extends EntityHeaders

    HTTP entity header fields .

  3. object Expires extends EntityHeader with Product

    object GeneralHeader extends GeneralHeaders

    HTTP general header fields .

  4. object InputStreamer extends AnyRef

    Functions over values that take an input-stream to an environment for bytes .

  5. object LastModified extends EntityHeader with Product

    object Pragma extends GeneralHeader with Product

    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

  6. object StreamStreamApplication extends StreamStreamApplications

    Functions for web applications whose request and response body and transformed using scala .

  7. object Trailer extends GeneralHeader with Product

    object TransferEncoding extends GeneralHeader with Product

    object Upgrade extends GeneralHeader with Product

    object Util extends AnyRef

    Utility functions not specific to any particular context within HTTP .

  8. object Version extends Versions

    HTTP version .

  9. object Via extends GeneralHeader with Product

    object Warning extends GeneralHeader with Product

    package request

  10. package response

  11. package servlet