(http:define-url-export-type :shockwave-file ;Export Type :dir ;Primary Extension (:application :x-director) ;MIME Type :copy-mode :binary ;Binary Content :alternate-extensions (:dcr)) ;Other Extensions
When no corresponding export type is required, you may use http::define-mime-content-type.
A new export type is appropriate when existing ones cannot do the job you require. It is important to consider whether and existing export type could be generalized to meet your requirements before embarking on a new export type. If your new operation is not idempotent (i.e., side effects on the server), you should define method for POST-DOCUMENT instead. Earlier versions of the HTTP specification included additional methods, like PUT, DELETE, and LINK, which may be reinstated when their application becomes apparent.
![]()