Skip to content

craaazy19/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Запуск для локального тестирования

go get -u golang.org/x/net
go build -o http-server cmd/http-server/main.go; ./http-server

Выполнить тестовый запрос

curl -v localhost:8090/parse -d '{"url":["http://localhost:8090/test"]}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages