harness-web
harness-web
harness.web
HttpCode
HttpCode
Accepted
AlreadyReported
BadGateway
BadRequest
Conflict
Continue
Created
ExpectationFailed
FailedDependency
Forbidden
Found
GatewayTimeout
Gone
HttpVersionNotSupported
ImATeapot
ImUsed
InsufficientStorage
InternalServerError
LengthRequired
Locked
LoopDetected
MethodNotAllowed
MisdirectedRequest
MovedPermanently
MultiStatus
MultipleChoices
NetworkAuthenticationRequired
NoContent
NonAuthoritativeInformation
NotAcceptable
NotExtended
NotFound
NotImplemented
NotModified
NotStandard
Ok
PartialContent
PayloadTooLarge
PaymentRequired
PermanentRedirect
PreconditionFailed
PreconditionRequired
Processing
ProxyAuthenticationRequired
RangeNotSatisfiable
RequestHeaderFieldsTooLarge
RequestTimeout
ResetContent
SeeOther
ServiceUnavailable
SwitchingProtocols
TemporaryRedirect
TooEarly
TooManyRequests
Unauthorized
UnavailableForLegalReasons
UnprocessableEntity
UnsupportedMediaType
UpgradeRequired
UriTooLong
UseProxy
VariantAlsoNegotiates
HttpMethod
HttpMethod
Partial
Partial
Specified
Unspecified
`auto / flatOrAuto`
`flat / flatOrAuto`
auto
flat
harness.web.server
Cookie
Cookie
SameSite
EarlyReturn
ErrorWithHTTPCode
Handler
Handler
HttpRequest
HttpRequest
Lookup
builder
Stage1
cookie
header
query
HttpResponse
HttpResponse
Found
NotFound
earlyReturn
fromHttpCode
fromHttpCode
Route
Route
RouteMatcher
RouteMatcher
*
*
**
Result
Fail
NotFound
Success
Result
Server
ServerConfig
ServerConfig
SslConfig
harness-web
/
harness.web.server
/
HttpRequest
/
header
header
object
header
extends
Lookup
Graph
Supertypes
Self type
class
Lookup
class
Object
trait
Matchable
class
Any
header
.type
Value members
Value members
Concrete methods
def
logAll
(
logLevel:
LogLevel
):
URIO
[
HttpRequest
&
Logger
,
Unit
]
Inherited methods
inline
def
apply
[
T
](
name:
String
)(
implicit
decoder:
StringDecoder
[
T
]):
HRIO
[
HttpRequest
,
T
]
Inherited from:
Lookup
def
find
[
T
](
name:
String
)(
implicit
decoder:
StringDecoder
[
T
]):
HRIO
[
HttpRequest
,
Option
[
T
]]
Inherited from:
Lookup
def
get
[
T
](
name:
String
)(
implicit
decoder:
StringDecoder
[
T
]):
HRIO
[
HttpRequest
,
T
]
Inherited from:
Lookup