PriyaranjanMohapatra / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Allow sorting of HTTP headers #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is a feature request.

Normally, the order of HTTP headers do not play a role.

In our specific case, however, we use RESTClient for debugging our REST
API. We have the suspicion, that the server reacts differently depending on
the order of the HTTP headers it receives.

To test this, it would be nice, if one could sort the headers sent by
RESTClient.

Another possible use case are multiple headers of the same kind. There the
sort order might indeed be relevant. (I know, that this usage of headers is
usually discouraged.)

Original issue reported on code.google.com by bolde...@gmail.com on 10 Feb 2010 at 1:37