scala-repl-pp-server
scala-repl-pp-server
API
replpp.server
EmbeddedRepl
HasUUID
QueryResult
ReplDriver
ReplServer
ReplServer
UserRunnable
WebServiceWithWebSocket
basicAuth
scala-repl-pp-server
/
replpp.server
/
WebServiceWithWebSocket
/
basicAuth
basicAuth
replpp.server.WebServiceWithWebSocket.basicAuth
class
basicAuth
extends
RawDecorator
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
RawDecorator
trait
Decorator
[
Raw
,
Raw
,
Any
]
class
Annotation
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Type members
Inherited types
final
type
Delegate
=
Map
[
String
,
Input
]
=>
Result
[
InnerReturned
]
Attributes
Inherited from:
Decorator
type
InputParser
[
T
] =
NoOpParser
[
Any
,
T
]
Attributes
Inherited from:
RawDecorator
final
type
InputTypeAlias
=
Input
Attributes
Inherited from:
Decorator
Value members
Concrete methods
def
wrapFunction
(
ctx
:
Request
,
delegate
:
Delegate
):
Result
[
Raw
]
Inherited methods
def
getParamParser
[
T
](
implicit
p
:
InputParser
[
T
]):
InputParser
[
T
]
Attributes
Inherited from:
Decorator