My Name is Kay....

DIY , 먹방 , 개발 , 육아 , 여행 좋아합니다.
AdBlock 사용시 화면이 정상적으로 노출되지 않습니다.
포스팅 관련 문의 및 개발 문의는 Email : wkzkfmxksi@gmail.com

추가 포스팅이 이뤄지지 않는 블로그입니다. 문의는 wkzkfmxksi@gmail.com 으로 연락주세요.
etc
2013.08.14 16:03

Internet media type

kay
조회 수 4399 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

원문 Url : http://en.wikipedia.org/wiki/Internet_media_type


" Content-Type 과 서브타입을 합쳐 "  =  " MIME 타입 "  =  " Internet media type "



Type application

For Multipurpose files:

  • application/atom+xmlAtom feeds
  • application/ecmascriptECMAScript/JavaScript; Defined in RFC 4329 (equivalent to application/javascript but with stricter processing rules)
  • application/EDI-X12EDI X12 data; Defined in RFC 1767
  • application/EDIFACTEDI EDIFACT data; Defined in RFC 1767
  • application/json: JavaScript Object Notation JSON; Defined in RFC 4627
  • application/javascriptECMAScript/JavaScript; Defined in RFC 4329 (equivalent to application/ecmascript but with looser processing rules) It is not accepted in IE 8 or earlier - text/javascript is accepted but it is defined as obsolete in RFC 4329. The "type" attribute of the <script> tag in HTML5 is optional. In practice, omitting the media type of JavaScript programs is the most interoperable solution, since all browsers have always assumed the correct default even before HTML5.
  • application/octet-stream: Arbitrary binary data.[10] Generally speaking this type identifies files that are not associated with a specific application. Contrary to past assumptions by software packages such as Apache this is not a type that should be applied to unknown files. In such a case, a server or application should not indicate a content type, as it may be incorrect, but rather, should omit the type in order to allow the recipient to guess the type.[11]
  • application/oggOgg, a multimedia bitstream container format; Defined in RFC 5334
  • application/pdf: Portable Document Format, PDF has been in use for document exchange on the Internet since 1993; Defined in RFC 3778
  • application/postscriptPostScript; Defined in RFC 2046
  • application/rdf+xmlResource Description Framework; Defined by RFC 3870
  • application/rss+xmlRSS feeds
  • application/soap+xmlSOAP; Defined by RFC 3902
  • application/font-woffWeb Open Font Format; (candidate recommendation; use application/x-font-woff until standard is official)
  • application/xhtml+xmlXHTML; Defined by RFC 3236
  • application/xmlXML files; Defined by RFC 3023
  • application/xml-dtdDTD files; Defined by RFC 3023
  • application/xop+xmlXOP
  • application/zipZIP archive files; Registered[12]
  • application/gzipGzip, Defined in RFC 6713

Type audio

For Audio.

Type image

Type message

Type model

For 3D models.

Type multipart

For archives and other objects made of more than one part.

Type text

For human-readable text and source code.

  • text/cmd: commands; subtype resident in Gecko browsers like Firefox 3.5
  • text/cssCascading Style Sheets; Defined in RFC 2318
  • text/csvComma-separated values; Defined in RFC 4180
  • text/htmlHTML; Defined in RFC 2854
  • text/javascript (Obsolete): JavaScript; Defined in and obsoleted by RFC 4329 in order to discourage its usage in favor of application/javascript. However, text/javascript is allowed in HTML 4 and 5 and, unlikeapplication/javascript, has cross-browser support. The "type" attribute of the <script> tag in HTML5 is optional and there is no need to use it at all since all browsers have always assumed the correct default (even in HTML 4 where it was required by the specification).
  • text/plain: Textual data; Defined in RFC 2046 and RFC 3676
  • text/vcardvCard (contact information); Defined in RFC 6350
  • text/xml: Extensible Markup Language; Defined in RFC 3023

Type video

For video.

List of common media subtype prefixes

Prefix vnd

For vendor-specific files.

  • application/vnd.oasis.opendocument.textOpenDocument Text; Registered[16]
  • application/vnd.oasis.opendocument.spreadsheetOpenDocument Spreadsheet; Registered[17]
  • application/vnd.oasis.opendocument.presentationOpenDocument Presentation; Registered[18]
  • application/vnd.oasis.opendocument.graphicsOpenDocument Graphics; Registered[19]
  • application/vnd.ms-excelMicrosoft Excel files
  • application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMicrosoft Excel 2007 files
  • application/vnd.ms-powerpointMicrosoft Powerpoint files
  • application/vnd.openxmlformats-officedocument.presentationml.presentationMicrosoft Powerpoint 2007 files
  • application/vnd.openxmlformats-officedocument.wordprocessingml.documentMicrosoft Word 2007 files
  • application/vnd.mozilla.xul+xmlMozilla XUL files
  • application/vnd.google-earth.kml+xmlKML files (e.g. for Google Earth)[20]
  • application/vnd.google-earth.kmzKMZ files (e.g. for Google Earth)[21]
  • application/vnd.dartDart files [22]
  • application/vnd.android.package-archive: For download apk files.
  • application/vnd.ms-xpsdocument: XPS document[23]

Prefix x

For non-standard files. Deprecated by RFC 6648[2].

  • application/x-debdeb (file format), a software package format used by the Debian project
  • application/x-dvi: device-independent document in DVI format
  • application/x-font-ttfTrueType Font No registered MIME type, but this is the most commonly used
  • application/x-javascript:
  • application/x-latexLaTeX files
  • application/x-mpegURL: .m3u8 variant playlist
  • application/x-rar-compressedRAR archive files
  • application/x-shockwave-flashAdobe Flash files for example with the extension .swf
  • application/x-stuffitStuffIt archive files
  • application/x-tarTarball files
  • application/x-www-form-urlencoded Form Encoded Data; Documented in HTML 4.01 Specification, Section 17.13.4.1
  • application/x-xpinstall: Add-ons to Mozilla applications (FirefoxThunderbirdSeaMonkey, and the discontinued Sunbird)
  • audio/x-aac: .aac audio files
  • audio/x-caf: Apple's CAF audio files
  • image/x-xcf: GIMP image file
  • text/x-gwt-rpc: GoogleWebToolkit data
  • text/x-jquery-tmpljQuery template data
  • text/x-markdownMarkdown formatted text

Prefix x-pkcs

For PKCS standard files.

  • application/x-pkcs12: p12 files
  • application/x-pkcs12: pfx files
  • application/x-pkcs7-certificates: p7b files
  • application/x-pkcs7-certificates: spc files
  • application/x-pkcs7-certreqresp: p7r files
  • application/x-pkcs7-mime: p7c files
  • application/x-pkcs7-mime: p7m files
  • application/x-pkcs7-signature: p7s files
?

  1. USB 메모리 정보 확인( ChipGenius )

    Date2013.12.19 Categoryetc Bykay Views24216
    Read More
  2. 옵G 개통일 확인 법

    Date2013.12.06 Categoryetc Bykay Views3175
    Read More
  3. DNS - SPF Record (Sender Policy Framework)

    Date2013.11.28 Categoryetc Bykay Views6519
    Read More
  4. 스카이프 Skype 닫을때 작업표시줄 없애고 트레이로 보내기 ( MSN...등..)

    Date2013.11.26 Categoryetc Bykay Views5076
    Read More
  5. 실행파일 압축 UPX(Ultimate Packer for eXecutables)

    Date2013.08.22 Categoryetc Bykay Views6038
    Read More
  6. Internet media type

    Date2013.08.14 Categoryetc Bykay Views4399
    Read More
  7. "Restart Me" 지정 프로세스 자동 재실행 해주는 프로그램

    Date2013.07.24 Categoryetc Bykay Views4993
    Read More
  8. IE 버전별 코딩하기 ( CSS , JAVASCRIPT , HTML )

    Date2013.07.07 Categoryetc Bykay Views3415
    Read More
  9. 크롬 새로고침 단축키

    Date2013.06.18 Categoryetc Bykay Views7195
    Read More
  10. 윈도우 키 이벤트 실행해주는 vbs

    Date2013.05.20 Categoryetc Bykay Views4857
    Read More
  11. PNG <-> ICO 아이콘 파일 생성

    Date2013.05.02 Categoryetc Bykay Views4524
    Read More
  12. closure-compiler - Javascript 용량 줄이기 ,변수정리

    Date2013.04.23 Categoryetc Bykay Views3669
    Read More
  13. js beautify - Javascript Code 정리

    Date2013.04.23 Categoryetc Bykay Views3346
    Read More
  14. 국내 IPv4주소 목록

    Date2013.04.23 Categoryetc Bykay Views3818
    Read More
  15. 세계 국가 도시 정보 (위경도,국가도시명,코드)

    Date2013.04.17 Categoryetc Bykay Views9107
    Read More
  16. NT 백업 툴 NetBak Replicator

    Date2013.04.04 Categoryetc Bykay Views3690
    Read More
  17. 무료 캡쳐프로그램 - 픽픽

    Date2013.03.21 Categoryetc Bykay Views3811
    Read More
  18. DNS 정보 조회 툴

    Date2013.03.08 Categoryetc Bykay Views3930
    Read More
  19. 폴더 / 파일 리스트

    Date2013.03.08 Category배치파일 Bykay Views7017
    Read More
  20. 웹에서 PDF 파일 생성

    Date2013.03.08 Categoryetc Bykay Views14950
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4