Documentation

Hale.Http2.Network.HTTP2.Frame.Encode

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def Network.HTTP2.buildPingFrame (opaqueData : ByteArray) (isAck : Bool := false) :
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          def Network.HTTP2.buildGoawayFrame (lastStreamId : StreamId) (errorCode : ErrorCode) (debugData : ByteArray := ByteArray.empty) :
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                def Network.HTTP2.buildHeadersFrame (streamId : StreamId) (headerBlock : ByteArray) (endStream : Bool := false) (endHeaders : Bool := true) :
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  def Network.HTTP2.buildDataFrame (streamId : StreamId) (payload : ByteArray) (endStream : Bool := false) :
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    def Network.HTTP2.encodePriority (exclusive : Bool) (dependency : StreamId) (weight : UInt8) :
                    Equations
                    Instances For
                      Equations
                      Instances For
                        def Network.HTTP2.buildContinuationFrame (streamId : StreamId) (headerBlock : ByteArray) (endHeaders : Bool := false) :
                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          Equations
                          Instances For
                            def Network.HTTP2.splitHeaderBlock.go (block : ByteArray) (maxSize offset : Nat) (acc : List ByteArray) (fuel : Nat) :
                            Equations
                            Instances For