henix.scetty.HttpException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scetty_2.12 Show documentation
Show all versions of scetty_2.12 Show documentation
Scala async http client based on jetty-client
The newest version!
package henix.scetty
class HttpException(url: String, status: Int, headers: List[(String, String)]) extends RuntimeException(s"url=$url | status=$status | headers=$headers")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy