Move backend to use HTTPRequest and HTTPResponse Java classes #204

Closed
opened 2023-05-18 13:48:17 +02:00 by bema · 1 comment
Collaborator

We need to use classes that are already included in the language unless there's reason for writing custom ones.

We need to use classes that are already included in the language unless there's reason for writing custom ones.
bema added the
REST Mock
maintenence/refactor
labels 2023-05-18 13:48:32 +02:00
bema added this to the Release 11.3 milestone 2023-05-23 09:54:04 +02:00
Author
Collaborator

HTTPRequest and HTTPRespose are interfaces not classes and using them instead of our custom created classes won't simplify code base in significant manner, in worst scenario it can make it more complicated.

HTTPRequest and HTTPRespose are interfaces not classes and using them instead of our custom created classes won't simplify code base in significant manner, in worst scenario it can make it more complicated.
bema closed this issue 2023-05-30 13:46:18 +02:00
bema added the
wontfix
label 2023-05-30 13:46:24 +02:00
Sign in to join this conversation.
No description provided.