-
- Downloads
Change some API routes to use POST instead of GET (!18)
# Description As per the title, modify the routes in the axum server for some function calls to use POST instead of GET HTTP calls. The functions that use POST now expect a JSON body instead of deserializing the args in the GET route as was done previously.
Showing
- cli/app.nu 34 additions, 32 deletionscli/app.nu
- cli/network_builder.nu 1 addition, 1 deletioncli/network_builder.nu
- repro/bootstrap_3.nu 0 additions, 35 deletionsrepro/bootstrap_3.nu
- repro/bootstrap_4.nu 0 additions, 36 deletionsrepro/bootstrap_4.nu
- repro/bootstrap_chain_n.nu 0 additions, 24 deletionsrepro/bootstrap_chain_n.nu
- repro/file-sharing_2.nu 0 additions, 21 deletionsrepro/file-sharing_2.nu
- repro/full-connect.nu 0 additions, 12 deletionsrepro/full-connect.nu
- repro/listen.nu 0 additions, 9 deletionsrepro/listen.nu
- repro/nodes.nu 0 additions, 1 deletionrepro/nodes.nu
- src/commands.rs 19 additions, 36 deletionssrc/commands.rs
- src/dragoon_network.rs 0 additions, 6 deletionssrc/dragoon_network.rs
- src/main.rs 16 additions, 35 deletionssrc/main.rs
- tests/test_network_builder.nu 2 additions, 2 deletionstests/test_network_builder.nu
Loading
Please register or sign in to comment