An open API service indexing awesome lists of open source software.

https://github.com/sunpodder/http.asm


https://github.com/sunpodder/http.asm

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# HTTP Client in Assembly x86_64 GNU/Linux

It uses linux system calls so you will need a linux machine to compile and run this.

Install nasm with your system's package manager
```bash
# debian and derivatives
sudo apt install nasm

make run
```

references:
- https://filippo.io/linux-syscall-table/
- https://stackoverflow.com/q/74887725
- Linux Man Pages
- System Header files for the values of various constants
- See RFC and MDN docs for HTTP request and response formats

See also:
- https://asmtutor.com/