Improve naming of url and public key fields
Rename policy.Entity.Url --> URL, for consistency with other go classes.
Rename policy.Entity.PubKey --> PublicKey, to avoid unnecessary abbreviations.
Rename client.Config.LogURL --> URL, since the class is used for more than just the log api.