snunit-cask
snunit-cask
API
cask
cask.decorators
compress
cask.endpoints
FormReader
FormReader
JsReader
JsReader
JsonData
JsonData
JsonDataImpl
ParamReader
ParamReader
CookieParam
FormDataParam
HttpExchangeParam
NilParam
RequestParam
QueryParamReader
QueryParamReader
BooleanParam
ByteParam
DoubleParam
FloatParam
IntParam
LongParam
ShortParam
SimpleParam
StringParam
StaticUtil
WebEndpoint
WebEndpoint
WebsocketResult
WebsocketResult
Listener
Response
WsActor
WsChannelActor
WsHandler
delete
get
getJson
options
patch
post
postForm
postJson
put
route
staticFiles
staticResources
websocket
cask.internal
Conversion
Conversion
DispatchTrie
DispatchTrie
Util
cask.main
ErrorMsgs
Main
Main
DefaultHandler
MainRoutes
Routes
cask.model
Abort
Cookie
Cookie
FormEntry
FormEntry
FormFile
FormValue
Redirect
Request
Response
Response
Data
BooleanData
NumericData
UnitData
WritableData
Data
DataCompanion
StaticFile
StaticResource
Status
Status
Accepted
BadGateway
BadRequest
Conflict
Continue
Created
EnhanceYourCalm
ExpectationFailed
Forbidden
Found
GatewayTimeout
Gone
HTTPVersionNotSupported
InternalServerError
LengthRequired
MethodNotAllowed
MovedPermanently
MultipleChoices
NoContent
NonAuthoritativeInformation
NotAcceptable
NotFound
NotImplemented
NotModified
OK
PartialContent
PaymentRequired
PermanentRedirect
PreconditionFailed
ProxyAuthenticationRequired
RequestEntityTooLarge
RequestTimeout
RequestURITooLong
RequestedRangeNotSatisfiable
ResetContent
SeeOther
ServiceUnavailable
SwitchingProtocols
Teapot
TemporaryRedirect
TooManyRequests
Unauthorized
UnavailableForLegalReasons
Unknown
UnsupportedMediaType
UseProxy
cask.router
ArgReader
ArgSig
Decorator
Decorator
Endpoint
EndpointMetadata
EndpointMetadata
EntryPoint
HttpEndpoint
Macros
NoOpParser
NoOpParser
RawDecorator
Result
Result
Error
Exception
InvalidArguments
MismatchedArguments
Error
ParamError
DefaultFailed
Invalid
ParamError
Success
RoutesEndpointsMetadata
RoutesEndpointsMetadata
Runtime
doc
cask.util
Logger
Logger
Console
Console
globalLogger
Scheduler
WebsocketBase
WebsocketClientImpl
Ws
Binary
ChannelClosed
Close
Close
Error
Event
Ping
Pong
Text
WsClient
WsClient
snunit-cask
/
cask.model
/
FormValue
FormValue
cask.model.FormValue
case
class
FormValue
(
value
:
String
,
headers
:
HeaderMap
)
extends
FormEntry
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
FormEntry
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
def
valueOrFileName
:
String
Inherited methods
def
asFile
:
Option
[
FormFile
]
Attributes
Inherited from:
FormEntry
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product