Giter Site home page Giter Site logo

mkroehnert / httpexplorer Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 228 KB

HttpExplorer is a Pharo based application for sending and inspecting HTTP requests. It is modeled after the HttpClient application for Mac OS X.

License: Other

Smalltalk 100.00%

httpexplorer's Introduction

HttpExplorer

HttpExplorer is a Pharo application for examining HTTP requests and responses. It is inspired by the Mac OS X application HTTP Client (http://ditchnet.org/httpclient/).

How to get it

  1. Download and open a Pharo 4 VM + image
  2. Copy the following script into a Workspace or Playground and evaluate it (select all text, followed by Ctrl/Cmd + d)
Metacello new
baseline:'HttpExplorer';
repository:'github://mkroehnert/httpexplorer:master';
get.

Metacello new
baseline:'HttpExplorer';
repository:'github://mkroehnert/httpexplorer:master';
load.

HttpExplorer create

Developing

  1. Pharo 4 VM + image
  2. Install GitFileTree
Gofer new
  url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main';
  configurationOf: 'GitFileTree';
  loadStable.
  1. Load HttpExplorer code (works only if you are a collaborator of the HttpExplorer repository)
  • Open Monticello browser
  • Select +Repository
  • select Remote git repository and enter
MCFileTreeGitRemoteRepository
location: '[email protected]:mkroehnert/httpexplorer.git'
name: 'HttpExplorer'
subdirectory: ''
branch: ''
  • Select the HttpExplorer package in the left pane of the Monticello browser and load it

License

HttpExplorer is released under the MIT license. All contributions made for inclusion are considered to be under MIT.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.