CrowdHailer / raxx

Interface for HTTP webservers, frameworks and clients
https://hexdocs.pm/raxx
Apache License 2.0
401 stars 29 forks source link

Add path_raw to Request #106

Closed varnerac closed 6 years ago

varnerac commented 6 years ago

Adds a path_raw field to the Raxx.Request struct and populates it.

varnerac commented 6 years ago

This is an alternative that I prefer to https://github.com/CrowdHailer/raxx/pull/103

Not sure if you want path_raw to have a type of nil | binary or if nil should convert to "" if you go with this option.

CrowdHailer commented 6 years ago

Can you add an entry to the CHANGELOG

varnerac commented 6 years ago

what will the tag be in the CHANGELOG?

CrowdHailer commented 6 years ago

Just put it under ## ongoing

varnerac commented 6 years ago

done

CrowdHailer commented 6 years ago

Thanks. I don't even believe this to be a breaking change so I think I can push it as 0.15.1