Fixed test case
This commit is contained in:
parent
7cedefe93a
commit
e2bfc3c9d0
|
@ -23,6 +23,7 @@ class ShimHTTPRequest: HTTPRequest {
|
|||
var postBodyBytes: [UInt8]? = nil
|
||||
var postBodyString: String? = nil
|
||||
var postFileUploads: [MimeReader.BodySpec]? = nil
|
||||
var scratchPad = [String:Any]()
|
||||
}
|
||||
|
||||
class ShimHTTPResponse: HTTPResponse {
|
||||
|
|
Loading…
Reference in New Issue