libhttp2.tests

Tests

Members

Functions

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(const(void*) lhs, const(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.

Structs

HeaderFields
struct HeaderFields
Undocumented in source.

Meta

License

Distributed under the terms of the MIT license with an additional section 1.2 of the curl/libcurl project. Consult the provided LICENSE.md file for details