orhanobut / wasp

Compact and easy to use, 'all-in-one' android network solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

difference between @Query and @Field

fengshenzhu opened this issue · comments

What's the difference between @query and @field?

Field is used for x-url-encoded mimetype and query is used for query params, technically both does the same thing at the end which adds query parameters but internally they are treated differently.