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

io.buoyant.router.http.RequestLike.scala Maven / Gradle / Ivy

There is a newer version: 1.7.5
Show newest version
package io.buoyant.router.http

/**
 * Type class for HTTP 1.1/2 requests
 * @tparam R Request type
 * @tparam H Headers object type
 */
abstract class RequestLike[R, H: HeadersLike] {
  def headers(request: R): H
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy