libhttp2.helpers

Helpers

Members

Functions

adjustLocalWindowSize
ErrorCode adjustLocalWindowSize(int local_window_size_ptr, int recv_window_size_ptr, int recv_reduction_ptr, int delta_ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
HeaderField[] copy(HeaderField[] hfa)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
Setting[] copy(Setting[] iva)
Undocumented in source. Be warned that the author may not have intended to support it.
copyToLower
char[] copyToLower(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
downcase
char downcase(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
equals
bool equals(HeaderField[] hfa, HeaderField[] other)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(HeaderField[] hfa)
Undocumented in source. Be warned that the author may not have intended to support it.
memieq
bool memieq(void* a, void* b, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
parseToken
Token parseToken(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
read
T read(ubyte* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
read
T read(ubyte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldSendWindowUpdate
bool shouldSendWindowUpdate(int local_window_size, int recv_window_size)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ubyte* buf, T n)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ubyte[] buf, T n)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

DOWNCASE_TBL
char[] DOWNCASE_TBL;
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