To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaborator`http-get` command
In order to use HTTP's GET method
As an end user of htty
I want to issue a corresponding htty command
- Scenarios
-
- issue a simple GET request using a command
- issue a simple GET request using a command abbreviation
- issue a simple GET request using a command alias
- issue a simple GET request using an abbreviated command alias
- issue a simple GET request using a command
-
- Given
- an htty session with htty.github.com
- When
- I type "http-get"
- And
- I type "quit"
- Then
- I should see the 200 OK output
- issue a simple GET request using a command abbreviation
-
- Given
- an htty session with htty.github.com
- When
- I type "http-g"
- And
- I type "quit"
- Then
- I should see the 200 OK output
- issue a simple GET request using a command alias
-
- Given
- an htty session with htty.github.com
- When
- I type "get"
- And
- I type "quit"
- Then
- I should see the 200 OK output
- issue a simple GET request using an abbreviated command alias
-
- Given
- an htty session with htty.github.com
- When
- I type "g"
- And
- I type "quit"
- Then
- I should see the 200 OK output
Last published over 7 years ago by njonsson.