python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Intermittent High Latency while using Akka HTTP ( 10.1.10)
We are observing high latency intermittently while using akka http 10.1.10.
The client is also passing invalid header requests to the AKKA HTTP server which we can identify using application logs belo...
Shri Nath Agarwal
Votes: 0
Answers: 0
Writing unit tests for tapir endpoints (API Layer) in scala
I have created tapir endpoints in scala, where the architecture of the project is such that API layer calls service layer and service layer calls repo layer.
I have written unit tests for service and ...
Ronak Katta
Votes: 0
Answers: 1
How to specify file name for a download done via POST in akka http
The user sends a post request, than based on that post body I create an Excel file (.xlsx) and want to send that file back, without storage of that file itself.
def writeAsync(out: OutputStream): Unit...
MJey
Votes: 0
Answers: 1