com

pagerduty

package pagerduty

Visibility
  1. Public
  2. All

Value Members

  1. package funhttpclient

    An HTTP client with a functional interface.

    Overview

    An HTTP client with a functional interface.

    fun-http-client is a small functional interface to the HTTP client in the Spray (http://spray.io/) library.

    You should use fun-http-client if you want an HTTP client with clear and explicit error handling (instead of exceptions), request logging, and an easy interface for building computations around HTTP requests asynchronously.

    See /example/JsonTest.scala in the top-level source directory for a worked example with JSON parsing.

Ungrouped