Skip to content

Make TIdHTTP.DoRequest() public #254

@rlebeau

Description

@rlebeau

There are plenty of times when users have needed to call TIdHTTP.DoRequest() directly for sending requests with custom parameters. But, DoRequest() is declared as protected, thus requiring a derived class in order to access it. I propose DoRequest() be moved to public for easier use.

Until that can be done, a class helper should be created to expose access to DoRequest().

Metadata

Metadata

Assignees

Labels

Element: HTTPIssues related to HTTP handling, TIdHTTP, TIdHTTPServer, TIdHTTPProxyServer, etcStatus: PendingIssue is pending external update or releaseType: EnhancementIssue is proposing a new feature/enhancement

Type

No type

Projects

Status

In review

Relationships

None yet

Development

No branches or pull requests

Issue actions