This project is closed and read-only.
Actions
Feature #1352
closedPatch: Added missing TRACK method to lib/net/http.rb
Feature #1352:
Patch: Added missing TRACK method to lib/net/http.rb
Status:
Rejected
Assignee:
Description
=begin
Added TRACK method to the http library.
The TRACK method allows connections from the client to the server to be traced and debugged. When the TRACK method is used, the Web server echoes back information to the client that is not filtered and not modified.
Microsoft IIS Web servers use the TRACK method, which is an alias of TRACE.
=end
Files
Actions