- compareBytes
int compareBytes(string a, string b)
Undocumented in source. Be warned that the author may not have intended to support it.
- compareHeaderFields
int compareHeaderFields(void* lhs, void* rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- createDataOutboundItem
OutboundItem createDataOutboundItem()
Undocumented in source. Be warned that the author may not have intended to support it.
- framePackBuffers
Buffers framePackBuffers()
Undocumented in source. Be warned that the author may not have intended to support it.
- largeBuffers
Buffers largeBuffers(size_t chunk_size)
Undocumented in source. Be warned that the author may not have intended to support it.
- openStream
Stream openStream(Session session, int stream_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- openStreamWithDep
Stream openStreamWithDep(Session session, int stream_id, Stream dep_stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- openStreamWithDepExclusive
Stream openStreamWithDepExclusive(Session session, int stream_id, Stream dep_stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- openStreamWithDepWeight
Stream openStreamWithDepWeight(Session session, int stream_id, int weight, Stream dep_stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- packHeaders
void packHeaders(Buffers bufs, Deflater deflater, int stream_id, FrameFlags flags, HeaderField[] hfa)
Undocumented in source. Be warned that the author may not have intended to support it.
- packPushPromise
void packPushPromise(Buffers bufs, Deflater deflater, int stream_id, FrameFlags flags, int promised_stream_id, HeaderField[] hfa)
Undocumented in source. Be warned that the author may not have intended to support it.
- sort
void sort(HeaderField[] hfa)
Undocumented in source. Be warned that the author may not have intended to support it.
Tests