Hi, I want to register a new custom mediatype to use versioning using the Accept header; in spray one can use the MediaTypes.register method like used by the BoldRadius blog post:
blog: http://boldradius.com/blog-post/VAXI9i4AADMA4lXn/using-http-header-to-version-a-restful-api-in-spray spray method: https://github.com/spray/spray/blob/master/spray-http/src/main/scala/spray/http/MediaType.scala#L227 But using akka-http this method is made private so it cannot be used outside the class: https://github.com/akka/akka/blob/releasing-akka-stream-and-http-experimental-1.0-RC4/akka-http-core/src/main/scala/akka/http/scaladsl/model/MediaType.scala#L266 How does one register a new mediatype using akka-http? Best Regards, Dennis -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
