com.paypal.cascade.http

util

package util

Visibility
  1. Public
  2. All

Value Members

  1. object HttpUtil

    Convenience methods for interacting with URLs and other request components.

    Convenience methods for interacting with URLs and other request components.

    Methods found within spray.http objects should be preferred over these, wherever Spray objects are already in use. For example, if working with a spray.http.Uri, prefer to access its query string pairs using [spray.http.Uri.Query$.toMap] instead of using parseQueryStringToMap found here

Ungrouped