All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netaporter.precanned.package.scala Maven / Gradle / Ivy

There is a newer version: 0.1.2
Show newest version
package com.netaporter

import akka.http.scaladsl.model.HttpRequest
import com.netaporter.precanned.HttpServerMock.PrecannedResponse

package object precanned {
  type Expect = HttpRequest => Boolean
  type Precanned = PrecannedResponse => PrecannedResponse
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy