The Wayback Machine - https://web.archive.org/web/20200531162532/https://github.com/topics/akka-http
Skip to content
#

akka-http

Here are 546 public repositories matching this topic...

akka-http
adamw
adamw commented Feb 17, 2020

Currently websockets are unsupported:

class SttpBackendStub[F[_], S] private (
    monad: MonadError[F],
    matchers: PartialFunction[Request[_, _], F[Response[_]]],
    fallback: Option[SttpBackend[F, S, NothingT]]
) extends SttpBackend[F, S, NothingT] { // TODO

(note the TODO for the NothingT type parameter which specifies what kind of websockets are supported).

The bac

nivox
nivox commented Apr 15, 2019

Akka HTTP releases are not tied to a particular Akka version (i.e. the 10.1.x HTTP releases are compatible with the 2.5.x Akka releases) and the user is responsible of providing the actual akka/akka-stream version to be used.

Since this library is mainly tied to a particular akka-http version, it would make sense to mark the other non http related dependencies as provided.

This way a user wa

ghostbuster91
ghostbuster91 commented May 4, 2020

endpoint:

  • auth.md
  • basics.md
  • codecs.md
  • customtypes.md
  • forms.md
  • integrations.md
  • ios.md
  • json.md
  • statuscodes.md
  • validation.md

server:

  • akkahttp.md
  • debugging.md
  • errors.md
  • finatra.md
  • http4s.md
  • logic.md
  • options.md
  • play.md

Others:

  • testing.md
  • sttp.md
  • index.
epifab
epifab commented Oct 16, 2017

Hello,
I'm interested in using this project, but there are still some obscure undocumented aspects. The first one is the schedule method in the RefreshTokenStorage. Can you please clarify what is this for and how is it intended to be implemented?
Also the after parameter should probably be a FiniteDuration rather than simply Duration, should it not?
Is there a plan to work on some bet

willgu-gdm
willgu-gdm commented Apr 25, 2020

I see that x-server-raw-response is available to expose the underlying to users, allowing deeper customization of response.

I was wondering if it's possible to expose a similar interface for request as well? So that we can utilize some predefined functions by akka-http. For example, extractClientIP.

Not a huge deal and is blocking anything, since we can simply replicate all these funct

akka-grpc
akka-management

Improve this page

Add a description, image, and links to the akka-http topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the akka-http topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.