zig/lib/std/http
Jay Petacat ff61c42879 std: Rename TailQueue to DoublyLinkedList
`TailQueue` was implemented as a doubly-linked list, but named after an
abstract data type. This was inconsistent with `SinglyLinkedList`, which
can be used to implement an abstract data type, but is still named after
the implementation. Renaming `TailQueue` to `DoublyLinkedList` improves
consistency between the two type names, and should help discoverability.

`TailQueue` is now a deprecated alias of `DoublyLinkedList`.

Related to issues #1629 and #8233.
2023-08-27 20:57:46 -07:00
..
Client.zig std: Rename TailQueue to DoublyLinkedList 2023-08-27 20:57:46 -07:00
Headers.zig
protocol.zig Remove len parameter from splat in standard lib 2023-07-12 15:35:57 -07:00
Server.zig std.http.Server: use correct header for Transfer-Encoding 2023-08-10 17:45:37 -07:00