com.websudos.util

http

package http

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

Type Members

  1. trait HttpExtractor extends AnyRef

  2. implicit final class RichHttpResponse extends AnyVal

    Implicit value class used to simplify extracting responses from a Netty HTTP response.

  3. implicit final class RichResponseBuilder[X, Y] extends AnyVal

  4. implicit final class RichURL extends AnyVal

  5. implicit final class URLBuilder extends AnyVal

Value Members

  1. def :/(uri: String): String

  2. def ::/(uri: String): String

  3. object HttpExtractor extends HttpExtractor

  4. def extractTokenResponse(response: String): Map[String, String]

    Definition Classes
    HttpExtractor

Inherited from HttpExtractor

Inherited from AnyRef

Inherited from Any

Ungrouped