com.paypal.cascade.http

url

package url

Convenience type and implicits for working with java.net.URL objects

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

Type Members

  1. implicit class RichURL extends AnyRef

    Convenience implicit wrapper for URLs

    Convenience implicit wrapper for URLs

    import com.paypal.cascade.http.url._
    val u = new URL("http://www.paypal.com/endpoint?key=value")
    u.queryList  // List(("key", "value"))
  2. type StrPair = (String, String)

    Convenience type

Inherited from AnyRef

Inherited from Any

Ungrouped