Fix pub
This commit is contained in:
parent
a93039534c
commit
b1d47ff607
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const Encoding = enum {
|
||||||
chunked,
|
chunked,
|
||||||
};
|
};
|
||||||
|
|
||||||
fn parse(alloc: std.mem.Allocator, reader: anytype) !Request {
|
pub fn parse(alloc: std.mem.Allocator, reader: anytype) !Request {
|
||||||
var request: Request = undefined;
|
var request: Request = undefined;
|
||||||
|
|
||||||
try parseLine(alloc, &request, reader);
|
try parseLine(alloc, &request, reader);
|
||||||
|
|
Loading…
Reference in a new issue