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
Added gzip compression mechanism for response payload.
How to use?
varapi rest.API// rest.API pointer// use value between level -2 to 9 OR gzip constantsh:=compression.Handler(&api, gzip.BestCompression)
http.ListenAndServe(":8080", h)
About
Added gzip compression mechanism for response payload.