Results for “Std.Http.Safe.Unsafe”
10 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Safe.Unsafe
Why a request or a value was refused.
- Std.Http.Safe.bodyLength
&Array[(Str, Str)] -> Result[Int, Std.Http.Safe.Unsafe]How long a body a message says is coming.
- Std.Http.Safe.changeAllowed
&Std.Http.Method -> &Array[(Str, Str)] -> Result[(), Std.Http.Safe.Unsafe]Whether a request may change something.
- Std.Http.Safe.explain
&Std.Http.Safe.Unsafe -> StrWhat a refusal says.
- Std.Http.Safe.framing
&Array[(Str, Str)] -> Result[(Int, Bool), Std.Http.Safe.Unsafe]How long a body a message says is coming.
- Std.Http.Safe.headerWritable
Str -> Str -> Result[(), Std.Http.Safe.Unsafe]Whether a header may be written as it stands.
- Std.Http.Safe.headersWritable
&Array[(Str, Str)] -> Result[(), Std.Http.Safe.Unsafe]Every header, checked, so a message is refused before any of it is written
- Std.Http.Safe.outboundHost
Str -> &Array[Str] -> Result[Str, Std.Http.Safe.Unsafe]An address a request named, refused when it is one the network trusts.
- Std.Http.Safe.redirectTarget
Str -> &Array[Str] -> Result[Str, Std.Http.Safe.Unsafe]A redirect target the program named, or a refusal.
- Std.Http.Safe.resolveUnder
Str -> Str -> Result[Str, Std.Http.Safe.Unsafe]A path resolved under a root it cannot leave.
