rapture.net

HttpUrl

class HttpUrl extends Url[HttpUrl] with NetUrl with PathUrl[HttpUrl]

Represets a URL with the http scheme

Self Type
HttpUrl
Linear Supertypes
PathUrl[HttpUrl], NetUrl, Url[HttpUrl], Uri, AbsolutePath[HttpUrl], Path[HttpUrl], Link, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpUrl
  2. PathUrl
  3. NetUrl
  4. Url
  5. Uri
  6. AbsolutePath
  7. Path
  8. Link
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpUrl(pathRoot: NetPathRoot[HttpUrl], elements: Seq[String], afterPath: AfterPath, ssl: Boolean)

Type Members

  1. trait Base64Padded extends CodecType

    Definition Classes
    NetUrl

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +[P <: Path[P]](dest: P): Path[_]

    Definition Classes
    Url → AbsolutePath
  5. def -[P <: AbsolutePath[P]](src: P)(implicit linkable: Linkable[P, HttpUrl]): Result

    Definition Classes
    AbsolutePath
  6. def /(path: SimplePath): HttpUrl

    Definition Classes
    Url
  7. def /(element: String): HttpUrl

    Definition Classes
    Url → AbsolutePath → Path
  8. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. def absolute: Boolean

    Definition Classes
    AbsolutePath → Path → Link
  11. def afterPathString: String

    Attributes
    protected
    Definition Classes
    Path
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. val ascent: Int

    Definition Classes
    Path
  14. implicit val base64: ByteCodec[Base64Padded]

    Definition Classes
    NetUrl
  15. def canonicalPort: Int

    Definition Classes
    HttpUrlNetUrl
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def drop(n: Int): HttpUrl

    Definition Classes
    AbsolutePath
  18. def dropRight(n: Int): HttpUrl

    Definition Classes
    AbsolutePath
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(that: Any): Boolean

    Definition Classes
    HttpUrl → Url → Path → AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    HttpUrl → Url → AnyRef → Any
  24. def head: String

    Definition Classes
    AbsolutePath
  25. def hostname: String

    Definition Classes
    HttpUrlNetUrl
  26. def httpGet[T](headers: Map[String, String] = Map())(implicit mode: Mode[NetUrl#httpGet], httpTimeout: HttpTimeout, httpRedirectConfig: HttpRedirectConfig, httpCertificateConfig: HttpCertificateConfig, httpBasicAuthentication: HttpBasicAuthentication): Wrap[HttpResponse, HttpExceptions with Throws]

    Definition Classes
    NetUrl
  27. def httpHead[T](headers: Map[String, String] = Map())(implicit mode: Mode[NetUrl#httpHead], httpTimeout: HttpTimeout, httpRedirectConfig: HttpRedirectConfig, httpCertificateConfig: HttpCertificateConfig, httpBasicAuthentication: HttpBasicAuthentication): Wrap[HttpResponse, HttpExceptions with Throws]

    Definition Classes
    NetUrl
  28. def httpPost[C, T](content: C, headers: Map[String, String] = Map(), method: String = "POST")(implicit arg0: PostType[C], mode: Mode[NetUrl#httpPost], httpTimeout: HttpTimeout, httpRedirectConfig: HttpRedirectConfig, httpCertificateConfig: HttpCertificateConfig, httpBasicAuthentication: HttpBasicAuthentication): Wrap[HttpResponse, HttpExceptions with Throws]

    Sends an HTTP post to this URL.

    Sends an HTTP post to this URL.

    content

    the content to post to the URL

    returns

    the HTTP response from the remote host

    Definition Classes
    NetUrl
  29. def httpPut[C, T](content: C, headers: Map[String, String] = Map())(implicit arg0: PostType[C], mode: Mode[NetUrl#httpPut], httpTimeout: HttpTimeout, httpRedirectConfig: HttpRedirectConfig, httpCertificateConfig: HttpCertificateConfig, httpBasicAuthentication: HttpBasicAuthentication): Wrap[HttpResponse, HttpExceptions with Throws]

    Sends an HTTP put to this URL.

    Sends an HTTP put to this URL.

    content

    the content to put to the URL

    returns

    the HTTP response from the remote host

    Definition Classes
    NetUrl
  30. def init: HttpUrl

    Definition Classes
    AbsolutePath
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def isRoot: Boolean

    Definition Classes
    AbsolutePath
  33. def last: String

    Definition Classes
    AbsolutePath
  34. def link[P <: AbsolutePath[P]](dest: P)(implicit linkable: Linkable[HttpUrl, P]): Result

    Definition Classes
    AbsolutePath
  35. def makePath(ascent: Int, xs: Seq[String], afterPath: AfterPath): HttpUrl

    Definition Classes
    HttpUrl → AbsolutePath → Path
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. def parent: HttpUrl

    Definition Classes
    AbsolutePath
  40. val pathRoot: NetPathRoot[HttpUrl]

    Definition Classes
    HttpUrl → Url
  41. def pathString: String

    Definition Classes
    AbsolutePath
  42. def port: Int

    Definition Classes
    HttpUrlNetUrl
  43. def query[Q](q: Q)(implicit qt: QueryType[HttpUrl, Q]): HttpUrl

    Definition Classes
    Path
  44. def scheme: Scheme[HttpUrl]

    Definition Classes
    Url → Uri
  45. def schemeName: String

    Definition Classes
    Url
  46. def schemeSpecificPart: String

    Definition Classes
    NetUrl → Uri
  47. val ssl: Boolean

    Definition Classes
    HttpUrlNetUrl
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def tail: HttpUrl

    Definition Classes
    AbsolutePath
  50. def take(n: Int): HttpUrl

    Definition Classes
    AbsolutePath
  51. def toString(): String

    Definition Classes
    Uri → AnyRef → Any
  52. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def /?[Q](q: Q)(implicit qt: QueryType[HttpUrl, Q]): HttpUrl

    Definition Classes
    Path
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) Use the query method instead.

Inherited from PathUrl[HttpUrl]

Inherited from NetUrl

Inherited from Url[HttpUrl]

Inherited from Uri

Inherited from AbsolutePath[HttpUrl]

Inherited from Path[HttpUrl]

Inherited from Link

Inherited from AnyRef

Inherited from Any

Ungrouped