实例介绍
接口测试神器postman(源码)
【实例截图】
【核心代码】
postman
├── postman
│ ├── codemirror
│ │ ├── lib
│ │ │ ├── codemirror.css
│ │ │ ├── codemirror.js
│ │ │ └── util
│ │ │ ├── closetag.js
│ │ │ ├── continuecomment.js
│ │ │ ├── continuelist.js
│ │ │ ├── dialog.css
│ │ │ ├── dialog.js
│ │ │ ├── foldcode.js
│ │ │ ├── formatting.js
│ │ │ ├── javascript-hint.js
│ │ │ ├── loadmode.js
│ │ │ ├── match-highlighter.js
│ │ │ ├── multiplex.js
│ │ │ ├── overlay.js
│ │ │ ├── pig-hint.js
│ │ │ ├── runmode.js
│ │ │ ├── runmode-standalone.js
│ │ │ ├── searchcursor.js
│ │ │ ├── search.js
│ │ │ ├── simple-hint.css
│ │ │ ├── simple-hint.js
│ │ │ └── xml-hint.js
│ │ ├── mode
│ │ │ ├── apl
│ │ │ │ ├── apl.js
│ │ │ │ └── index.html
│ │ │ ├── clike
│ │ │ │ ├── clike.js
│ │ │ │ ├── index.html
│ │ │ │ └── scala.html
│ │ │ ├── clojure
│ │ │ │ ├── clojure.js
│ │ │ │ └── index.html
│ │ │ ├── coffeescript
│ │ │ │ ├── coffeescript.js
│ │ │ │ ├── index.html
│ │ │ │ └── LICENSE
│ │ │ ├── commonlisp
│ │ │ │ ├── commonlisp.js
│ │ │ │ └── index.html
│ │ │ ├── css
│ │ │ │ ├── css.js
│ │ │ │ ├── index.html
│ │ │ │ └── test.js
│ │ │ ├── d
│ │ │ │ ├── d.js
│ │ │ │ └── index.html
│ │ │ ├── diff
│ │ │ │ ├── diff.css
│ │ │ │ ├── diff.js
│ │ │ │ └── index.html
│ │ │ ├── ecl
│ │ │ │ ├── ecl.js
│ │ │ │ └── index.html
│ │ │ ├── erlang
│ │ │ │ ├── erlang.js
│ │ │ │ └── index.html
│ │ │ ├── gfm
│ │ │ │ ├── gfm.js
│ │ │ │ ├── index.html
│ │ │ │ └── test.js
│ │ │ ├── go
│ │ │ │ ├── go.js
│ │ │ │ └── index.html
│ │ │ ├── groovy
│ │ │ │ ├── groovy.js
│ │ │ │ └── index.html
│ │ │ ├── haskell
│ │ │ │ ├── haskell.js
│ │ │ │ └── index.html
│ │ │ ├── haxe
│ │ │ │ ├── haxe.js
│ │ │ │ └── index.html
│ │ │ ├── htmlembedded
│ │ │ │ ├── htmlembedded.js
│ │ │ │ └── index.html
│ │ │ ├── htmlmixed
│ │ │ │ ├── htmlmixed.js
│ │ │ │ └── index.html
│ │ │ ├── http
│ │ │ │ ├── http.js
│ │ │ │ └── index.html
│ │ │ ├── javascript
│ │ │ │ ├── index.html
│ │ │ │ ├── javascript.js
│ │ │ │ └── typescript.html
│ │ │ ├── jinja2
│ │ │ │ ├── index.html
│ │ │ │ └── jinja2.js
│ │ │ ├── less
│ │ │ │ ├── index.html
│ │ │ │ └── less.js
│ │ │ ├── lua
│ │ │ │ ├── index.html
│ │ │ │ └── lua.js
│ │ │ ├── markdown
│ │ │ │ ├── index.html
│ │ │ │ ├── markdown.js
│ │ │ │ └── test.js
│ │ │ ├── mysql
│ │ │ │ ├── index.html
│ │ │ │ └── mysql.js
│ │ │ ├── ntriples
│ │ │ │ ├── index.html
│ │ │ │ └── ntriples.js
│ │ │ ├── ocaml
│ │ │ │ ├── index.html
│ │ │ │ └── ocaml.js
│ │ │ ├── pascal
│ │ │ │ ├── index.html
│ │ │ │ ├── LICENSE
│ │ │ │ └── pascal.js
│ │ │ ├── perl
│ │ │ │ ├── index.html
│ │ │ │ ├── LICENSE
│ │ │ │ └── perl.js
│ │ │ ├── php
│ │ │ │ ├── index.html
│ │ │ │ └── php.js
│ │ │ ├── pig
│ │ │ │ ├── index.html
│ │ │ │ └── pig.js
│ │ │ ├── plsql
│ │ │ │ ├── index.html
│ │ │ │ └── plsql.js
│ │ │ ├── properties
│ │ │ │ ├── index.html
│ │ │ │ └── properties.js
│ │ │ ├── python
│ │ │ │ ├── index.html
│ │ │ │ ├── LICENSE.txt
│ │ │ │ └── python.js
│ │ │ ├── r
│ │ │ │ ├── index.html
│ │ │ │ ├── LICENSE
│ │ │ │ └── r.js
│ │ │ ├── rpm
│ │ │ │ ├── changes
│ │ │ │ │ ├── changes.js
│ │ │ │ │ └── index.html
│ │ │ │ └── spec
│ │ │ │ ├── index.html
│ │ │ │ ├── spec.css
│ │ │ │ └── spec.js
│ │ │ ├── rst
│ │ │ │ ├── index.html
│ │ │ │ └── rst.js
│ │ │ ├── ruby
│ │ │ │ ├── index.html
│ │ │ │ ├── LICENSE
│ │ │ │ └── ruby.js
│ │ │ ├── rust
│ │ │ │ ├── index.html
│ │ │ │ └── rust.js
│ │ │ ├── sass
│ │ │ │ ├── index.html
│ │ │ │ └── sass.js
│ │ │ ├── scheme
│ │ │ │ ├── index.html
│ │ │ │ └── scheme.js
│ │ │ ├── shell
│ │ │ │ ├── index.html
│ │ │ │ └── shell.js
│ │ │ ├── sieve
│ │ │ │ ├── index.html
│ │ │ │ ├── LICENSE
│ │ │ │ └── sieve.js
│ │ │ ├── smalltalk
│ │ │ │ ├── index.html
│ │ │ │ └── smalltalk.js
│ │ │ ├── smarty
│ │ │ │ ├── index.html
│ │ │ │ └── smarty.js
│ │ │ ├── sparql
│ │ │ │ ├── index.html
│ │ │ │ └── sparql.js
│ │ │ ├── sql
│ │ │ │ ├── index.html
│ │ │ │ └── sql.js
│ │ │ ├── stex
│ │ │ │ ├── index.html
│ │ │ │ ├── stex.js
│ │ │ │ ├── test.html
│ │ │ │ └── test.js
│ │ │ ├── tiddlywiki
│ │ │ │ ├── index.html
│ │ │ │ ├── tiddlywiki.css
│ │ │ │ └── tiddlywiki.js
│ │ │ ├── tiki
│ │ │ │ ├── index.html
│ │ │ │ ├── tiki.css
│ │ │ │ └── tiki.js
│ │ │ ├── vb
│ │ │ │ ├── index.html
│ │ │ │ ├── LICENSE.txt
│ │ │ │ └── vb.js
│ │ │ ├── vbscript
│ │ │ │ ├── index.html
│ │ │ │ └── vbscript.js
│ │ │ ├── velocity
│ │ │ │ ├── index.html
│ │ │ │ └── velocity.js
│ │ │ ├── verilog
│ │ │ │ ├── index.html
│ │ │ │ └── verilog.js
│ │ │ ├── xml
│ │ │ │ ├── index.html
│ │ │ │ └── xml.js
│ │ │ ├── xmlpure
│ │ │ │ ├── index.html
│ │ │ │ └── xmlpure.js
│ │ │ ├── xquery
│ │ │ │ ├── index.html
│ │ │ │ ├── LICENSE
│ │ │ │ ├── test
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── testBase.js
│ │ │ │ │ ├── testEmptySequenceKeyword.js
│ │ │ │ │ ├── testMultiAttr.js
│ │ │ │ │ ├── testNamespaces.js
│ │ │ │ │ ├── testProcessingInstructions.js
│ │ │ │ │ └── testQuotes.js
│ │ │ │ └── xquery.js
│ │ │ ├── yaml
│ │ │ │ ├── index.html
│ │ │ │ └── yaml.js
│ │ │ └── z80
│ │ │ ├── index.html
│ │ │ └── z80.js
│ │ └── theme
│ │ ├── ambiance.css
│ │ ├── ambiance-mobile.css
│ │ ├── blackboard.css
│ │ ├── cobalt.css
│ │ ├── eclipse.css
│ │ ├── elegant.css
│ │ ├── erlang-dark.css
│ │ ├── lesser-dark.css
│ │ ├── monokai.css
│ │ ├── neat.css
│ │ ├── night.css
│ │ ├── rubyblue.css
│ │ ├── twilight.css
│ │ ├── vibrant-ink.css
│ │ └── xq-dark.css
│ ├── css
│ │ ├── bootstrap.css
│ │ ├── bootstrap.min.css
│ │ ├── bootstrap.min.simplex.css
│ │ ├── bootstrap-modal.css
│ │ ├── bootstrap-responsive.css
│ │ ├── bootstrap-responsive.min.css
│ │ ├── bootstrap.simplex.css
│ │ ├── custom-theme
│ │ │ ├── images
│ │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png
│ │ │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png
│ │ │ │ ├── ui-bg_flat_10_000000_40x100.png
│ │ │ │ ├── ui-bg_flat_100_0064cd_40x100.png
│ │ │ │ ├── ui-bg_flat_35_0064cd_40x100.png
│ │ │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png
│ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png
│ │ │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png
│ │ │ │ ├── ui-icons_0064cd_256x240.png
│ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ ├── ui-icons_228ef1_256x240.png
│ │ │ │ ├── ui-icons_ef8c08_256x240.png
│ │ │ │ ├── ui-icons_ffd27a_256x240.png
│ │ │ │ └── ui-icons_ffffff_256x240.png
│ │ │ ├── jquery-ui-1.9.2.custom.css
│ │ │ └── jquery-ui-1.9.2.custom.min.css
│ │ ├── jquery.jscrollpane.css
│ │ ├── keyvalueeditor.css
│ │ ├── styles.css
│ │ └── ui-lightness
│ │ ├── images
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_75_ffffff_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-bg_inset-soft_95_fef1ec_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ └── ui-icons_f6cf3b_256x240.png
│ │ ├── jquery-ui-1.8.16.custom.css
│ │ └── jquery.ui.1.8.16.ie.css
│ ├── icon_128.png
│ ├── icon_16.png
│ ├── icon_32.png
│ ├── icon_48.png
│ ├── icon.png
│ ├── img
│ │ ├── circle_minus.png
│ │ ├── circle_plus.png
│ │ ├── copy.png
│ │ ├── delete.png
│ │ ├── download.png
│ │ ├── edit.png
│ │ ├── eye.png
│ │ ├── file-add.png
│ │ ├── file.png
│ │ ├── folder_plus.png
│ │ ├── folder.png
│ │ ├── full-screen-alt-4.png
│ │ ├── full-screen-exit-alt-2.png
│ │ ├── glyphicons-halflings.png
│ │ ├── glyphicons-halflings-white.png
│ │ ├── history.jpg
│ │ ├── html.png
│ │ ├── inbox_in.png
│ │ ├── keyboard.png
│ │ ├── keyboard_wireless.png
│ │ ├── loader.gif
│ │ ├── logo-blue.png
│ │ ├── logo-grey.png
│ │ ├── logo.png
│ │ ├── postman.jpg
│ │ ├── question_mark.png
│ │ ├── request.jpg
│ │ ├── response.jpg
│ │ ├── right_indent.png
│ │ ├── settings.png
│ │ ├── share.png
│ │ ├── supporters
│ │ │ ├── datalogics.jpg
│ │ │ ├── mashape-new.png
│ │ │ ├── mashape.png
│ │ │ ├── nextbigwhat.png
│ │ │ ├── restlet-new.png
│ │ │ └── restlet.png
│ │ ├── Thumbs.db
│ │ ├── trash-empty.png
│ │ ├── tri_arrow_left.png
│ │ ├── tri_arrow_right.png
│ │ ├── twitter-icon.png
│ │ ├── twitter.png
│ │ ├── upload.png
│ │ └── whitey.png
│ ├── index.html
│ ├── js
│ │ ├── angular.min.js
│ │ ├── backbone-min.js
│ │ ├── bootstrap.js
│ │ ├── bootstrap.min.js
│ │ ├── bootstrap-modal.js
│ │ ├── bootstrap-modalmanager.js
│ │ ├── codemirror.overlayParser.js
│ │ ├── crypto
│ │ │ └── rollups
│ │ │ ├── aes.js
│ │ │ ├── hmac-md5.js
│ │ │ ├── hmac-ripemd160.js
│ │ │ ├── hmac-sha1.js
│ │ │ ├── hmac-sha224.js
│ │ │ ├── hmac-sha256.js
│ │ │ ├── hmac-sha384.js
│ │ │ ├── hmac-sha3.js
│ │ │ ├── hmac-sha512.js
│ │ │ ├── md5.js
│ │ │ ├── pbkdf2.js
│ │ │ ├── rabbit.js
│ │ │ ├── rabbit-legacy.js
│ │ │ ├── rc4.js
│ │ │ ├── ripemd160.js
│ │ │ ├── sha1.js
│ │ │ ├── sha224.js
│ │ │ ├── sha256.js
│ │ │ ├── sha384.js
│ │ │ ├── sha3.js
│ │ │ ├── sha512.js
│ │ │ └── tripledes.js
│ │ ├── dropbox
│ │ │ ├── dropbox.js
│ │ │ ├── oauth.js
│ │ │ └── sha1.js
│ │ ├── ga.js
│ │ ├── google-analytics-bundle.js
│ │ ├── handlebars.js
│ │ ├── httpheaders.js
│ │ ├── httpstatuscodes.js
│ │ ├── iscroll
│ │ │ ├── ender.js
│ │ │ ├── iscroll.js
│ │ │ └── iscroll-lite.js
│ │ ├── jquery.hotkeys.js
│ │ ├── jquery.jscrollpane.js
│ │ ├── jquery.jscrollpane.min.js
│ │ ├── jquery.keyvalueeditor.js
│ │ ├── jquery.min.js
│ │ ├── jquery.mousewheel.js
│ │ ├── jquery.tmpl.min.js
│ │ ├── jquery-ui-1.9.2.custom.min.js
│ │ ├── jsonlint.js
│ │ ├── listener.js
│ │ ├── modules
│ │ │ ├── base.js
│ │ │ ├── broadcasts.js
│ │ │ ├── collections.js
│ │ │ ├── editor.js
│ │ │ ├── env_manager.js
│ │ │ ├── filesystem.js
│ │ │ ├── header_presets.js
│ │ │ ├── helpers.js
│ │ │ ├── history.js
│ │ │ ├── indexed_db.js
│ │ │ ├── jsonlint.js
│ │ │ ├── keymap.js
│ │ │ ├── layout.js
│ │ │ ├── request.js
│ │ │ ├── settings.js
│ │ │ └── url_cache.js
│ │ ├── mwheelIntent.js
│ │ ├── noty
│ │ │ ├── jquery.noty.js
│ │ │ ├── layouts
│ │ │ │ ├── bottomCenter.js
│ │ │ │ ├── bottom.js
│ │ │ │ ├── bottomLeft.js
│ │ │ │ ├── bottomRight.js
│ │ │ │ ├── center.js
│ │ │ │ ├── centerLeft.js
│ │ │ │ ├── centerRight.js
│ │ │ │ ├── inline.js
│ │ │ │ ├── topCenter.js
│ │ │ │ ├── top.js
│ │ │ │ ├── topLeft.js
│ │ │ │ └── topRight.js
│ │ │ ├── promise.js
│ │ │ └── themes
│ │ │ └── default.js
│ │ ├── requester.js
│ │ ├── requester.min.js
│ │ ├── templates
│ │ │ ├── broadcasts.handlebars
│ │ │ ├── collection_selector_list.handlebars
│ │ │ ├── collection_sidebar.handlebars
│ │ │ ├── environment_list.handlebars
│ │ │ ├── environment_quicklook.handlebars
│ │ │ ├── environment_selector_actions.handlebars
│ │ │ ├── environment_selector.handlebars
│ │ │ ├── header_preset_list.handlebars
│ │ │ ├── history_sidebar_requests.handlebars
│ │ │ ├── item_broadcast.handlebars
│ │ │ ├── item_collection_selector_list.handlebars
│ │ │ ├── item_collection_sidebar_head.handlebars
│ │ │ ├── item_collection_sidebar_request.handlebars
│ │ │ ├── item_editor_standard.handlebars
│ │ │ ├── item_environment_list.handlebars
│ │ │ ├── item_environment_quicklook.handlebars
│ │ │ ├── item_environment_selector.handlebars
│ │ │ ├── item_header_preset_list.handlebars
│ │ │ ├── item_history_sidebar_request.handlebars
│ │ │ ├── item_response_code.handlebars
│ │ │ ├── item_response_cookie.handlebars
│ │ │ ├── item_response_header.handlebars
│ │ │ ├── item_sample_response.handlebars
│ │ │ ├── message_collection_added.handlebars
│ │ │ ├── message_environment_added.handlebars
│ │ │ ├── message_no_collection.handlebars
│ │ │ ├── message_no_history.handlebars
│ │ │ ├── response_cookies.handlebars
│ │ │ ├── response_headers.handlebars
│ │ │ └── sample_responses.handlebars
│ │ ├── templates.js
│ │ ├── underscore-min.js
│ │ ├── util.js
│ │ └── vkbeautify.js
│ ├── _locales
│ │ └── en
│ │ └── messages.json
│ ├── manifest.json
│ └── _metadata
│ └── verified_contents.json
└── Postman-REST-Client_v0.8.4.14.crx
87 directories, 398 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论