Module: LogStruct::Log::Interfaces::RequestFields

Extended by:
T::Helpers, T::Sig
Included in:
Request, Security::BlockedHost, Security::CSRFViolation, Security::IPSpoof
Defined in:
lib/log_struct/shared/interfaces/request_fields.rb

Instance Method Summary collapse

Instance Method Details

#http_methodObject



18
19
# File 'lib/log_struct/shared/interfaces/request_fields.rb', line 18

def http_method
end

#pathObject



14
15
# File 'lib/log_struct/shared/interfaces/request_fields.rb', line 14

def path
end

#refererObject



30
31
# File 'lib/log_struct/shared/interfaces/request_fields.rb', line 30

def referer
end

#source_ipObject



22
23
# File 'lib/log_struct/shared/interfaces/request_fields.rb', line 22

def source_ip
end

#user_agentObject



26
27
# File 'lib/log_struct/shared/interfaces/request_fields.rb', line 26

def user_agent
end