object HTTPSchema
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HTTPSchema
- 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 Request: DataType
- val Response: DataType
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def binaryToResponse(x: Array[Byte], code: Int, reason: String): HTTPResponseData
- def binary_to_response(ba: Column, code: Column = lit(200), reason: Column = lit("Success")): Column
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def emptyResponse(code: Int, reason: String): HTTPResponseData
- def empty_response(code: Column = lit(200), reason: Column = lit("Success")): Column
- def entity_to_string(c: Column): Column
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
- def request_to_string(c: Column): Column
- def stringToResponse(x: String, code: Int, reason: String): HTTPResponseData
- def string_to_entity(c: Column): Column
- def string_to_response(str: Column, code: Column = lit(200), reason: Column = lit("Success")): Column
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def to_http_request(urlCol: String, headersCol: String, methodCol: String, jsonEntityCol: String): Column
- def to_http_request(urlCol: Column, headersCol: Column, methodCol: Column, jsonEntityCol: Column): Column
-
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
- @throws( ... ) @native()