Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for gopher protocol #16

Merged
merged 2 commits into from
Apr 28, 2022
Merged

Add support for gopher protocol #16

merged 2 commits into from
Apr 28, 2022

Conversation

cps-oliver-ns
Copy link

@cps-oliver-ns cps-oliver-ns commented Mar 11, 2022

This PR contains a small change which:

  • Implements logic required to make gopher requests
  • Adds the gopher command to the help documentation
  • Updates the build number

The code used for making Gopher requests is based on the HTTP GET code, but with the necessary changes made for the Gopher protocol.

Usage

The command can be used like so:

ATGPHgopher://gopherpedia.com

Selectors can be added after the URL:

ATGPHgopher://gopherpedia.com/Gopher_(protocol)

Port is optional and will default to the standard gopher port of 70.

Working Demo

https://www.youtube.com/watch?v=MX2fRlIGkQk

@ssshake
Copy link
Owner

ssshake commented Apr 6, 2022

@SkyLlama thank you for the contribution, I'm sorry I didn't notice this until now!

@ssshake
Copy link
Owner

ssshake commented Apr 28, 2022

@SkyLlama thanks for your contribution!

@ssshake ssshake merged commit 793f7ad into ssshake:master Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants