From 9a9d9d8c28fc18e50fae6388e50be44746a50d19 Mon Sep 17 00:00:00 2001 From: flopetautschnig <69145145+floscodes@users.noreply.github.com> Date: Thu, 4 May 2023 14:02:41 +0200 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 428d019..e35bdd5 100644 --- a/README.md +++ b/README.md @@ -136,9 +136,6 @@ Every Request or Response has Headers represented by an Array of Headers. Every pub const Header = struct { key: []const u8, value: []const u8, - - /// Turns the header key and value into a string. - pub fn stringify(header: Header) []const u8 {...} }; ```