object RestApi
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RestApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val additionalServices: slamdata.Predef.Map[slamdata.Predef.String, HttpService]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def coreServices[S[_], T](executionIdRef: TaskRef[slamdata.Predef.Long])(implicit S0: :<:[Task, S], S1: :<:[ReadFile, S], S2: :<:[WriteFile, S], S3: :<:[ManageFile, S], S4: :<:[QueryFile, S], S5: :<:[FileSystemFailure, S], S6: :<:[Mounting, S], S7: :<:[MountingFailure, S], S8: :<:[PathMismatchFailure, S], S9: :<:[Module, S], S10: :<:[Failure, S], S11: :<:[Analyze, S], S12: :<:[MetaStoreLocation, S], S13: :<:[VCacheKVS, S], S15: :<:[VCacheExpR, S], S14: :<:[Timing, S], SE: ScopeExecution[[β$0$]Free[S, β$0$], T]): slamdata.Predef.Map[slamdata.Predef.String, QHttpService[S]]
- val cors: HttpMiddleware
- def defaultMiddleware: HttpMiddleware
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val errorHandling: HttpMiddleware
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
finalizeServices(svcs: slamdata.Predef.Map[slamdata.Predef.String, HttpService]): HttpService
Mount services and apply default middleware to the result.
Mount services and apply default middleware to the result.
TODO: Replace
Prefixwithorg.http4s.server.Router. -
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val gzip: HttpMiddleware
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val passOptions: HttpMiddleware
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toHttpServices[S[_]](f: ~>[S, ResponseOr], svcs: slamdata.Predef.Map[slamdata.Predef.String, QHttpService[S]]): slamdata.Predef.Map[slamdata.Predef.String, HttpService]
- def toHttpServicesF[S[_]](f: ~>[[β$1$]Free[S, β$1$], ResponseOr], svcs: slamdata.Predef.Map[slamdata.Predef.String, QHttpService[S]]): slamdata.Predef.Map[slamdata.Predef.String, HttpService]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )