dd26b08197
need a reliable object class for request_raw and request_cgi so that we can manipulate requests in a safe and sane manner. It is not a eprfect solution, but should fix what we need for the auth work.
7 lines
227 B
Ruby
7 lines
227 B
Ruby
# -*- coding: binary -*-
|
|
require 'rex/proto/http/packet'
|
|
require 'rex/proto/http/request'
|
|
require 'rex/proto/http/response'
|
|
require 'rex/proto/http/client'
|
|
require 'rex/proto/http/server'
|
|
require 'rex/proto/http/client_request' |