Move backend to use HTTPRequest and HTTPResponse Java classes #204
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to use classes that are already included in the language unless there's reason for writing custom ones.
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.