fix(httputil): change order of struct fields
This is because the marshals traverse structs in field order, and it makes more sense for the fields to have status first and details second.
Showing
Please
register
or
sign in
to comment
This is because the marshals traverse structs in field order, and it makes more sense for the fields to have status first and details second.