mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
Add request testing for Bad SSL endpoints
This commit is contained in:
@@ -188,3 +188,15 @@ Map<String, dynamic> requestModelJson = {
|
||||
'message': null,
|
||||
'httpResponseModel': responseModelJson,
|
||||
};
|
||||
|
||||
/// Basic GET request model for apidash.dev
|
||||
const requestModelGet13 = RequestModel(
|
||||
id: 'get13',
|
||||
httpRequestModel: httpRequestModelGet13,
|
||||
);
|
||||
|
||||
/// Basic GET request model for badSSL
|
||||
const requestModelGetBadSSL = RequestModel(
|
||||
id: 'badSSL',
|
||||
httpRequestModel: httpRequestModelGetBadSSL,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user