protocol
protocol
japgolly.webapputil.protocol.ajax
AjaxProtocol
Simple
AjaxProtocol
japgolly.webapputil.protocol.binary
BinaryData
BinaryData
BinaryData_PlatformSpecific_Instance
BinaryData_PlatformSpecific_Object
japgolly.webapputil.protocol.entrypoint
EntrypointDef
EntrypointDef
Codec
Codec
ClearText
EntrypointInvoker
EntrypointInvoker
Html
Html
Js
Js
Wrapper
Wrapper
LoadJs
Resource
Resource
Bundle
Bundle
japgolly.webapputil.protocol.general
Effect
Monad
Sync
Async
ErrorMsg
ErrorMsg
ClientSide
Exception
EscapeUtil
EscapeUtil
EscapeUtil_PlatformSpecific
LazyVal
LazyVal
Protocol
Protocol
AndValue
AndValue
RequestResponse
RequestResponse
PreparedSend
PreparedSend
Url
Relative
Relative
Param1
MutableMap
Absolute
Absolute
Base
Base
Param1
japgolly.webapputil.protocol.http
HttpClient
LibraryTypes
HttpClientType
Module
Module
StringMap
StringMap
StringMapLikeHelpers
Headers
Headers
ContentType
UriParams
UriParams
Method
Method
Body
Body
Form
Form
Str
Request
RequestCtors
Request
Status
Response
ResponseBody
UrlEncoder
UrlEncoderApi
protocol
/
japgolly.webapputil.protocol.general
/
Url
/
Relative
/
MutableMap
MutableMap
final
class
MutableMap
[A]
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
@
inline
def
++=
(as:
IterableOnce
[(
Relative
,
A
)]):
MutableMap
[
A
]
def
+=
(a: (
Relative
,
A
)):
MutableMap
[
A
]
def
add
(url:
Relative
, a:
A
):
MutableMap
[
A
]
def
addAll
(as:
IterableOnce
[(
Relative
,
A
)]):
MutableMap
[
A
]
def
toMapNoHeadSlash
:
Map
[
String
,
A
]