package routes
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait BitcoinSRunner[T] extends StartStopAsync[T] with BitcoinSLogger
- trait BitcoinSServerRunner[T] extends BitcoinSRunner[T]
- trait CORSHandler extends AnyRef
Add CORS handling for accessing backend over localhost from modern browsers
Add CORS handling for accessing backend over localhost from modern browsers
- See also
dzone.com/articles/handling-cors-in-akka-http
- case class CommonRoutes(datadir: Path) extends ServerRoute with Product with Serializable
- sealed abstract class HttpError extends Error
HTTP errors our server knows how to handle.
HTTP errors our server knows how to handle. These gets picked up by the exceptions handler in Main
- case class Server(conf: AppConfig, handlersF: Seq[Future[ServerRoute]], rpcbindOpt: Option[String], rpcport: Int, rpcPassword: String, wsConfigOpt: Option[WsServerConfig], wsSource: Source[WsNotification[_], NotUsed])(implicit system: ActorSystem) extends HttpLogger with Product with Serializable
- case class ServerCommand(method: String, params: Arr) extends Product with Serializable
- trait ServerRoute extends AnyRef
- case class ZipDataDir(path: Path) extends Product with Serializable
Value Members
- object HttpError extends Serializable
- object Server extends BitcoinSLogger with Serializable
- object ServerCommand extends Serializable
- object ZipDataDir extends Serializable