HTTPRequest
HTTPRequest copied to clipboard
Are you planning to add support for https?
Are you planning to add support for https?
I want to keep it single-header with no dependencies and Public Domain. To stay Public Domain (see https://github.com/elnormous/HTTPRequest/blob/master/UNLICENSE) I have to implement all the algorithms used by SSL myself (or find Public Domain implementations). I have implementation SHA and working on RSA. If/when I finish it, I will implement SSL (that supports only SHA and RSA) into HTTPRequest.