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.http
/
HttpClient
/
Request
Request
object
Request
extends
RequestCtors
[
Request
]
Companion
class
Graph
Supertypes
trait
Product
trait
Mirror
trait
RequestCtors
[
Request
]
class
Object
trait
Matchable
class
Any
Type members
Value members
Type members
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from
Mirror
Value members
Concrete methods
def
apply
(method:
Method
, uri:
String
, uriParams:
UriParams
, headers:
Headers
, body:
Body
):
Request
Inherited methods
@
inline
final
def
get
(uri:
String
, uriParams:
UriParams
, headers:
Headers
, body:
Body
):
Request
Inherited from
RequestCtors
@
inline
final
def
post
(uri:
String
, uriParams:
UriParams
, headers:
Headers
, body:
Body
):
Request
Inherited from
RequestCtors