| ... | @@ -275,6 +275,7 @@ pub const ClientRequest = struct { | ... | @@ -275,6 +275,7 @@ pub const ClientRequest = struct { |
| 275 | pub const readByte = R.readByte; | 275 | pub const readByte = R.readByte; |
| 276 | pub const readUntilDelimiterArrayList = R.readUntilDelimiterArrayList; | 276 | pub const readUntilDelimiterArrayList = R.readUntilDelimiterArrayList; |
| 277 | pub const readUntilDelimiterAlloc = R.readUntilDelimiterAlloc; | 277 | pub const readUntilDelimiterAlloc = R.readUntilDelimiterAlloc; |
| | 278 | pub const readUntilDelimiterOrEofAlloc = R.readUntilDelimiterOrEofAlloc; |
| 278 | pub const readUntilDelimitersBuf = R.readUntilDelimitersBuf; | 279 | pub const readUntilDelimitersBuf = R.readUntilDelimitersBuf; |
| 279 | pub const readUntilDelimitersArrayList = R.readUntilDelimitersArrayList; | 280 | pub const readUntilDelimitersArrayList = R.readUntilDelimitersArrayList; |
| 280 | pub const readAlloc = R.readAlloc; | 281 | pub const readAlloc = R.readAlloc; |