zio-tls-http
zio-tls-http
API
zhttp
AccessDenied
BadInboundDataError
Charset
Charset
ChunkedEncodingError
ContentLenTooBig
ContentType
ContentType
Cookie
Cookie
FileUtils
FramePipeline
FrameTranscoder
HTTPError
HTTPHeaderTooBig
Headers
Headers
HttpRouter
HttpRouter
HttpRoutes
HttpRoutes
WebFilterProc
MediaEncodingError
Method
Method
MultiPart
NoResponse
Request
Response
Response
ResponseWriters
StatusCode
StatusCode
SyncTLSSocketServer
TLSServer
TcpServer
UpgradeRequest
WebSocketClosed
WebSocketFrame
WebSocketFrame
Binary
Close
Close
Continuation
ControlFrame
InvalidCloseCodeException
InvalidCloseDataException
Ping
Pong
ReasonTooLongException
Text
Websocket
Websocket
zhttp.clients
ClientRequest
ClientResponse
FilterProc
HttpConnection
HttpConnection
HttpConnectionError
HttpResponseHeaderError
ResPool
ResRec
Service
ResPoolCache
CacheEntry
LRUListWithCounter
LRUQEntry
Service
ResPoolGroup
RPD
RPDM
Service
zhttp.clients.util
Last
LastRef
MultiValuePair
MultiValuePairOrd
MultiValuePairReversed
MultiValuePairReversedOrd
Node
Node
NodeRef
NodeRef
OrderedList
ReversedStringIgnoreCaseValuePair
ReversedValuePair
ReversedValuePair
SkipList
StringIgnoreCaseValuePair
StringIgnoreCaseValuePair
TwoKeysMultiValuePairOrd
ValReference
ValuePair
ValuePair
zhttp.dsl
->
/
/:
/^
:?
IntVar
LongVar
Path
Path
QueryParam
Root
StringVar
URLPath
UUIDVar
zhttp.netio
IOChannel
SSLEngine
SocketChannel
SocketChannel
TCPChannel
TCPChannel
TLSChannel
TLSChannel
TLSChannelError
zio-tls-http
/
zhttp
/
Request
Request
zhttp.Request
sealed case
class
Request
(
headers
:
Headers
,
stream
:
ZStream
[
Any
,
Throwable
,
Chunk
[
Byte
]],
ch
:
IOChannel
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
def
body
:
ZIO
[
Any
,
Throwable
,
Chunk
[
Byte
]]
def
bodyAsText
:
ZIO
[
Any
,
Throwable
,
String
]
def
contentLen
:
String
def
contentType
:
ContentType
def
fromJSON
[
A
:
JsonDecoder
]:
ZIO
[
Any
,
Throwable
,
A
]
def
fromJSONToStream
[
A
:
JsonDecoder
]:
ZStream
[
Any
,
Throwable
,
Either
[
String
,
A
]]
def
isChunked
:
Boolean
def
isJSONBody
:
Boolean
def
isWebSocket
:
Boolean
def
method
:
Method
def
path
:
String
def
proto
:
String
def
transferEncoding
:
Set
[
String
]
def
uri
:
URI
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product