You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Headers names are now being defined at HttpHeaders.h. Thus, we have to tasks to do:
Look for ocurrences of these headers in order to replace the literal string by the define constant
Look for other headers literals, to enrich the current set in HttpHeaders.h
The final goal is not having any literal string for HTTP headers (in the same way we don't have any literal for MongoDB field, all them defined at dbConstants.h).
The text was updated successfully, but these errors were encountered:
Raised in #3032 (comment)
Headers names are now being defined at
HttpHeaders.h
. Thus, we have to tasks to do:HttpHeaders.h
The final goal is not having any literal string for HTTP headers (in the same way we don't have any literal for MongoDB field, all them defined at
dbConstants.h
).The text was updated successfully, but these errors were encountered: