srctree

Gregory Mullen parent 2646cf3e 029cac1e
add from header

inlinesplit
src/bot-detection/bots.zig added: 6, removed: 3, total 3
@@ -1,5 +1,7 @@
pub const Rules = struct {
pub fn rfc9110(ua: UA, r: *const Request, score: *f16) !void {
pub fn rfc9110_10_1_2(ua: UA, r: *const Request, score: *f16) !void {
// https://www.rfc-editor.org/rfc/rfc9110#section-10.1.2
 
_ = ua;
_ = r;
_ = score;
 
src/zwsgi.zig added: 6, removed: 3, total 3
@@ -156,6 +156,7 @@ pub const zWSGIParam = enum {
HTTP_AUTHORIZATION,
HTTP_COOKIE,
HTTP_REFERER,
HTTP_FROM,
 
pub const fields = @typeInfo(zWSGIParam).@"enum".fields;