com.stackmob.customcode.dev.server.sdk

http

package http

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

Type Members

  1. case class CustomCCHttpResponse(code: Int, headers: JavaSet[Header], body: String) extends HttpResponse with Product with Serializable

  2. class HttpServiceImpl extends HttpService

  3. implicit class JavaFutureW[T] extends AnyRef

Value Members

  1. object HttpServiceImpl

  2. def callable[T](fn: ⇒ T): Callable[T]

  3. def ccHeaders(headers: Headers): JavaSet[Header]

  4. def ccHttpResponse(builder: newman.dsl.Builder): HttpResponse

  5. def ccHttpResponse(resp: HttpResponse): HttpResponse

  6. lazy val maxCustomCodeMethodDuration: Duration

  7. def newmanHeaders(headerSet: Set[Header]): Headers

Inherited from AnyRef

Inherited from Any

Ungrouped