How to clear cache in akka http?

前端 未结 0 413
天命终不由人
天命终不由人 2020-12-15 10:02

I implemented a download function by this code:

path("download" / Segment) { name =>
      getFromFile(name)
    }

But there is

相关标签:
回答
  • 消灭零回复
提交回复
热议问题