Changes between Version 3 and Version 4 of Marisa


Ignore:
Timestamp:
Sep 27, 2024, 3:50:40 PM (7 weeks ago)
Author:
Izuru Yakumo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Marisa

    v3 v4  
    1010* Upload methods: {{{ PUT }}}, {{{ POST }}}
    1111
    12 == Usage
     12=== Usage
    1313
    14 === [https://man.chaotic.ninja/?page=curl.1 curl(1)]
     14==== [https://man.chaotic.ninja/?page=curl.1 curl(1)]
    1515
    16 ==== PUT
     16===== PUT
    1717{{{
    1818curl --basic --user <username>:<password> --upload-file <file> https://u.chaotic.ninja
    1919}}}
    2020
    21 ==== POST
     21===== POST
    2222{{{
    2323curl --basic --user <username>:<password> -F file=@<file> https://u.chaotic.ninja