I'm new in scalatra, so how does responseStatus(...)
works?
I mean, if I have a request
get("/..."){
...
}
and into this get
I'll have:
...
100 -> "Continue",
...
What will be with this "continue" status? If question is incorrect, please correct me.