Commit 66baca6
authored
Total Overhaul (but with all the same fixtures!) (Kong#248)
see Kong#248 and the commits therein for more context. Essentially:
- the original client fixtures were unchanged, which hopefully means the
- all source code is now in strict mode TypeScript
- tests are now all in jest
- the file structure was reorganized so that everything for a particular client is in one place
- the CLI is updated and now using yargs
- all dependencies were updated and some (i.e. `format.utils`) were able to be removed entirely
- more work left to do (including CI with GitHub Actions, for example), but this is a start1 parent 7fd160c commit 66baca6
1,241 files changed
Lines changed: 19796 additions & 14722 deletions
File tree
- .vscode
- bin
- src
- fixtures
- requests
- helpers
- __snapshots__
- targets
- clojure
- clj_http
- fixtures
- csharp
- httpclient
- fixtures
- restsharp
- fixtures
- c
- libcurl
- fixtures
- go
- native
- fixtures
- http
- http1.1
- fixtures
- javascript
- axios
- fixtures
- fetch
- fixtures
- jquery
- fixtures
- xhr
- fixtures
- java
- asynchttp
- fixtures
- nethttp
- fixtures
- okhttp
- fixtures
- unirest
- fixtures
- kotlin
- okhttp
- fixtures
- node
- axios
- fixtures
- fetch
- fixtures
- native
- fixtures
- request
- fixtures
- unirest
- fixtures
- objc
- nsurlsession
- fixtures
- ocaml
- cohttp
- fixtures
- php
- curl
- fixtures
- http1
- fixtures
- http2
- fixtures
- powershell
- restmethod
- fixtures
- webrequest
- fixtures
- python
- python3
- fixtures
- requests
- fixtures
- ruby
- native
- fixtures
- r
- httr
- fixtures
- shell
- curl
- fixtures
- httpie
- fixtures
- wget
- fixtures
- swift
- nsurlsession
- fixtures
- test
- fixtures
- curl
- files
- output
- clojure/clj_http
- csharp
- httpclient
- restsharp
- http/1.1
- javascript
- axios
- fetch
- jquery
- xhr
- java
- asynchttp
- nethttp
- okhttp
- unirest
- kotlin/okhttp
- node
- axios
- fetch
- native
- request
- unirest
- php
- curl
- http1
- http2
- powershell
- restmethod
- webrequest
- python
- python3
- requests
- shell
- curl
- httpie
- wget
- requests
- targets
- clojure
- csharp
- c
- go
- http
- javascript
- java
- kotlin
- node
- objc
- ocaml
- php
- powershell
- python
- ruby
- r
- shell
- swift
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
13 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments