core
core
japgolly.webapputil.ajax
AjaxProtocol
Simple
AjaxProtocol
japgolly.webapputil.binary
BinaryData
BinaryData
BinaryData_PlatformSpecific_Instance
BinaryData_PlatformSpecific_Object
CodecEngine
CodecEngine
japgolly.webapputil.entrypoint
EntrypointDef
EntrypointDef
Codec
ClearText
Codec
EntrypointInvoker
EntrypointInvoker
Html
Html
Js
Js
Wrapper
Wrapper
LoadJs
Bundle
Bundle
Resource
Resource
japgolly.webapputil.general
AbstractMultiStringMap
AbstractMultiStringMap
Module
Allow
Deny
Disabled
Effect
Effect
Async
Monad
Sync
Effect_PlatformSpecific
Enabled
Enabled
ErrorMsg
ErrorMsg
ClientSide
Exception
LazyVal
LazyVal
MultiStringMap
MultiStringMap
Permission
Permission
Protocol
Protocol
AndValue
AndValue
RequestResponse
PreparedSend
PreparedSend
RequestResponse
WebSocket
ClientReqServerPush
Retries
Retries
SetOnceVar
SetOnceVar
ThreadUtils
ExecutionContextExt
Scheduler
ThreadGroups
ThreadPool
ThreadPool2
Url
Absolute
Absolute
Base
Base
Param1
Relative
Relative
MutableMap
Param1
Param2
Version
Version
Major
Minor
japgolly.webapputil.http
Cookie
Cookie
LookupFn
Name
Update
Update
HttpClient
Body
Form
Form
Str
Body
ContentType
Headers
Headers
HttpClientType
LibraryTypes
Method
Method
Module
Module
Request
Request
RequestCtors
Response
ResponseBody
Status
UriParams
UriParams
UrlEncoder
UrlEncoderApi
japgolly.webapputil.locks
GenericSharedLock
Safe
Default
ExportObject
ExportObjectF
Locked
ReadWrite
ReadWrite
Safe
Unsafe
Default
ExportObject
Locked
ReadWrite
ReadWrite
Unsafe
LockMechanism
LockMechanism
Interruptibly
LimitWaitTime
LockUtils
SharedLock
SharedLock
ReadWrite
ReadWrite
Stamped
japgolly.webapputil.websocket
WebSocketServerUtil
CloseReasons
CustomCloseCode
CustomCloseCode
Implicits
UserPropsLens
UserPropsLens
WebSocketShared
CloseCode
CloseCode
CloseReason
CloseReason
CloseReasonPhrase
CloseReasonPhrase
ReqId
ReqId
core
/
japgolly.webapputil.http
/
HttpClient
/
Headers
Headers
final
class
Headers
(
asVector:
Vector
[(
String
,
String
)],
isNormalised:
Boolean
)
extends
AbstractMultiStringMap
[
Headers
]
Companion:
object
Graph
Supertypes
class
AbstractMultiStringMap
[
Headers
]
class
Object
trait
Matchable
class
Any
Type members
Value members
Type members
Inherited types
final
type
Self2
=
Self
&
AbstractMultiStringMap
[
Self
]
Inherited from:
AbstractMultiStringMap
Value members
Concrete methods
def
withContentType
(
value:
String
):
Headers
def
withContentTypeBinary
:
Headers
def
withContentTypeForm
:
Headers
def
withContentTypeJson
:
Headers
def
withContentTypeJsonUtf8
:
Headers
Inherited methods
def
add
(
key:
String
,
value:
String
):
Headers
Inherited from:
AbstractMultiStringMap
def
delete
(
key:
String
):
Headers
Inherited from:
AbstractMultiStringMap
override
def
equals
(
that:
Any
):
Boolean
Definition Classes
AbstractMultiStringMap
->
Any
Inherited from:
AbstractMultiStringMap
def
filterKeys
(
retain:
String
=>
Boolean
):
Headers
Inherited from:
AbstractMultiStringMap
def
get
(
key:
String
):
Vector
[
String
]
Inherited from:
AbstractMultiStringMap
override
def
hashCode
:
Int
Definition Classes
AbstractMultiStringMap
->
Any
Inherited from:
AbstractMultiStringMap
final
def
isEmpty
:
Boolean
Inherited from:
AbstractMultiStringMap
final
def
nonEmpty
:
Boolean
Inherited from:
AbstractMultiStringMap
final
def
normalised
:
Self2
Inherited from:
AbstractMultiStringMap
def
toMultiStringMap
:
MultiStringMap
Inherited from:
AbstractMultiStringMap
override
def
toString
:
String
Definition Classes
AbstractMultiStringMap
->
Any
Inherited from:
AbstractMultiStringMap
def
whitelistKeys
(
subset:
Self2
):
Headers
Inherited from:
AbstractMultiStringMap
def
whitelistKeys
(
whitelist:
Set
[
String
]):
Headers
Inherited from:
AbstractMultiStringMap