Skip to content

Instantly share code, notes, and snippets.

@ctataryn
Last active August 29, 2015 14:27
Show Gist options
  • Save ctataryn/65268ca9425fd96fa680 to your computer and use it in GitHub Desktop.
Save ctataryn/65268ca9425fd96fa680 to your computer and use it in GitHub Desktop.
def complete(status: StatusCode)
def complete[T :Marshaller](obj: T)
def complete[T :Marshaller](status: StatusCode, obj: T)
def complete[T :Marshaller](status: StatusCode, headers: List[HttpHeader], obj: T)
def complete(response: HttpResponse)
def complete(future: Future[HttpResponse])
def complete(future: Future[StatusCode])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment