wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
335 stars 131 forks source link

Default Mime Type change #269

Closed navjot50 closed 2 years ago

navjot50 commented 2 years ago

The default mime type of unknown extensions is changed from text/plain to application/octet-stream. This is in accordance with: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types

ThomasPe commented 2 years ago

Thanks!